mickey78
3rd May 2009, 06:16 AM
Hey guys. I've spent the last hour trying to figure out how do add my city to the Weather file in Manila.
Here is the content
<?xml version="1.0" encoding="utf-8"?>
<locations>
<city name="Vancouver, CA" loca="NAM|CA|BC|VANCOUVER" land="Canada"/>
<city name="Valdor2, CA" loca="NAM|CA|QC|VAL-D'OR" land="Canada"/>
</locations>
Vancouver works perfectly, this is my baseline. The city i'm trying to add is VAL-D'OR so I have 2 special characters the dash and the apostrophe, I've tried every possible combination of escaping or encoding I havent found a way to install this city. If anyone know how let me know!
Here is the content
<?xml version="1.0" encoding="utf-8"?>
<locations>
<city name="Vancouver, CA" loca="NAM|CA|BC|VANCOUVER" land="Canada"/>
<city name="Valdor2, CA" loca="NAM|CA|QC|VAL-D'OR" land="Canada"/>
</locations>
Vancouver works perfectly, this is my baseline. The city i'm trying to add is VAL-D'OR so I have 2 special characters the dash and the apostrophe, I've tried every possible combination of escaping or encoding I havent found a way to install this city. If anyone know how let me know!