Basically, I want to do the reverse of this question.
I'm getting XML from Microsoft's Bing batch Geocode service, and some of the elements look like this (poached from
So I have a XML file that holds a database of Customers. Each Customer element has ID, name, address, and phone elements inside of each Customer. I am able to write ...