Hi,I have an XML file with this sample data. I have a drop down for
Country and City.I would like to populate the country dropdown with all
the country names. When a user then selects a country, go into the xml
and load the cities of the related ISO code into the city drop down. I
do not want to load the complete city list as it is enormous.
CANADA CA
...//Lists all the countries CA
TORONTO ... //Lists all the
citiesIs this possible?Any help would be appreciated.Cheers