chavezjaguar
New Member
I have javascript code that pulls information for a web page from an xml file and generates html and inserts the data. this works well.\[code\]getElementsByTagName("XmlNode")[0].childNodes[0].nodeValue;\[/code\]when I change the data to an html hyperlink block nodeValue returns null.\[code\]<XmlNode><a href='http://stackoverflow.com/questions/15666777/URL'>URL text</a></XmlNode>\[/code\]Is there some other property to use to return the contents of this XML node?