[libgweather] locations: Fix innocuous ordering error in Locations.xml



commit 81dbf771f0ac21ff26781149c0a898fed5538695
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Dec 6 20:37:50 2017 +0100

    locations: Fix innocuous ordering error in Locations.xml
    
    Locations.xml:7883: element city: validity error : Element city content does not follow the DTD, 
expecting ((_name | name+) , coordinates? , tz-hint? , location+), got (_name coordinates location tz-hint )
    
    It didn't impact on our parsing though.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=791319

 data/Locations.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/Locations.xml b/data/Locations.xml
index aeb4d37..914f3e6 100644
--- a/data/Locations.xml
+++ b/data/Locations.xml
@@ -7874,12 +7874,12 @@
         <!-- A city in the United States Minor Outlying Islands -->
         <_name>Wake Island, Wake Island Army Airfield Airport</_name>
         <coordinates>19.283333 166.650000</coordinates>
+        <tz-hint>Pacific/Wake</tz-hint>
         <location>
           <name>Wake Island, Wake Island Army Airfield Airport</name>
           <code>PWAK</code>
           <coordinates>19.283333 166.650000</coordinates>
         </location>
-        <tz-hint>Pacific/Wake</tz-hint>
       </city>
     </country>
     <country>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]