So lets say I have the following xml file:
Code: Select all
<DATABASE> <PERSON> <NAME>Jon</NAME> <SURNAME>Doe</SURNAME> <GENDER>Male</GENDER> <AGE>23</AGE> </PERSON> <PERSON> <NAME>Jane</NAME> <SURNAME>Doe</SURNAME> <GENDER>Female</GENDER> <AGE>21</AGE> </PERSON></DATABASE> I will also add that the xml feed is hosted remotely and I cannot edit it.
Thanks.