blob: 445d569e020fda8c4bd12e09a8e770b8cea46ac8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0"?>
<!DOCTYPE gweather SYSTEM "locations.dtd">
<gweather format="1.0">
<!-- Here we demonstrate how intltools behave
when comments or _name names contain non-US-ASCII
characters.
-->
<region>
<_name>Europe</_name>
<country>
<city>
<!-- Translators: This is in France. -->
<_name>Chambéry</_name>
<location>
<!-- Translators: This is in Chambéry in France. -->
<_name>Aix-les-Bains</_name>
<code>LFLB</code>
<coordinates>45-39N 005-53E</coordinates>
</location>
</city>
</country>
</region>
</gweather>
|