Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~72 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Sebarry

Hi, I have a Javascript function that creates an Ajax request, returning an XML document into [inlinecode]transport.responseXML[/inlinecode]. I want to process this document but without hardcoding each tag name i.e. [inlinecode] xmlOptions[0].getElementsByTagName('salary')[0].firstChild.data [/inlinecode]. I would like to iterate over the XML document and find each tag and its value. The …

Member Avatar for stymiee
0
72