Hi,
Could you help me know how to parse the following xml in java script so i can get the text?
<test>
<country>brazil</country>
<town>rio</town>
<person>
<name>ronaldo</name>
<name>socrates</name>
<name>zico</name>
<name>pele</name>
</person>
</test>
Need to extract values.
This is in IE so can use msft xml.
Need to put text into three variables.
One for each tag.
Thank you all.
Could you help me know how to parse the following xml in java script so i can get the text?
<test>
<country>brazil</country>
<town>rio</town>
<person>
<name>ronaldo</name>
<name>socrates</name>
<name>zico</name>
<name>pele</name>
</person>
</test>
Need to extract values.
This is in IE so can use msft xml.
Need to put text into three variables.
One for each tag.
Thank you all.