XML parsing
thanks guys, however i had to do a minor change instead of using chr(34) i had to use chr(39) which is a single quote, for some reason once i get the response from the api the string shows single quotes instead double quotes ("") but your suggestion worked, now, each district has 1 or more representatives depending on the size of the district, how can i retrieve all representatives for a given district, in the example above there's 2 representatives, how would i retrieve both names and both district numbers?
any ideas?
thanks for your help