GNOME Bugzilla – Bug 791319
Actually validate the Locations.xml file
Last modified: 2017-12-07 00:30:46 UTC
.
Created attachment 365149 [details] [review] locations: Actually validate the Locations.xml xmllint was run without the "--valid" option, so would just check the XML for syntax errors, and wouldn't validate it against the DTD.
Created attachment 365150 [details] [review] 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.
Attachment 365149 [details] pushed as 8e68a7b - locations: Actually validate the Locations.xml Attachment 365150 [details] pushed as 81dbf77 - locations: Fix innocuous ordering error in Locations.xml