gerardkcohen
MIS
I am having a hard time parsing XML with Javascript. The XML is an AJAX response. What I am trying to do is get the tagName and place that in one variable, and then get the value and place that in another variable.
Firefox is giving me fits, reporting the length of the document to be almost twice as long as it really is, and will tell me that a childNode[x] has no data UNLESS the childNode[x] is an odd number.
I just want to parse an xml file for the tagName's and values.
Any help would be greatly appreciated.
gkc
Firefox is giving me fits, reporting the length of the document to be almost twice as long as it really is, and will tell me that a childNode[x] has no data UNLESS the childNode[x] is an odd number.
I just want to parse an xml file for the tagName's and values.
Any help would be greatly appreciated.
gkc