229reads

Getting text in xml elementview story

Ok, Simpler question. I'm trying to get the text in an xml element. Instead of getting just the text in the first child element I'm getting the text of all the children elements. How can I get it from just the first? Code:     var xmlDoc = new ActiveXObject("Microsoft.XMLDOM");         function xmlload(filexml)       {         xmlDoc.async="false";         xmlDoc.load(filexml);         xmlObj=xmlDoc.document

The content of this field is kept private and will not be shown publicly.
To prevent automated spam submissions leave this field empty.
CAPTCHA
Human?
Image CAPTCHA
Enter the characters shown in the image.