Avatar

Level 10

You can get the data in an XML format ......the fieldname will surround the actual data value something like this:

<FirstName>Paul</FirstName>

<LastName>Guerette</LastName>

<PhoneNumber>555-5555</PhoneNumber>

etc .....

Will that be acceptable?

Paul