Click to See Complete Forum and Search --> : Output all nodes within a node


shotsy247
09-03-2009, 10:07 AM
Hi All,

I am using some Javascript to work with an XML document. I am able to locate the node I want to work with in the XML, the issue I am having is that the node contains some HTML code that I would like to use on the page. When I use nodeValue, it see nothing there because of the <p> tags.

How can I output the html from the XML?

Thanks.

_t