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" encoding="iso-8859-1"?>
<!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>Chambry</_name>
<location>
<!-- Translators: This is in Chambry in France. -->
<_name>Aix-les-Bains</_name>
<code>LFLB</code>
<coordinates>45-39N 005-53E</coordinates>
</location>
</city>
</country>
</region>
</gweather>
|