XML Reader
Hi guys,
Do you know of a method in script that will read an xml tag and output the value? if there isnt a method can anyone suggest on how to strip the values?
e.g.
<xml>
<name>james</name>
<name>kairi</name>
<name>joe</name>
<Address>Apple Street</Address>
<City>New York</City>
</xml>
Output
Name:
James
Kairi
Joe
Address:
Apple Street
City:
New York