J
j_mckitrick
Hi all,
I'm making Ajax-type calls that return XML, and rather than parsing the
XML with DOM and building the nodes by hand, it seems much better and
well-designed to get the XML response, get an XSLT stylesheet, apply it
to the XML, and insert the resulting node (containing an HTML table)
into the document at a div.
But I keep getting javascript errors about not being able to insert the
document at this point in the hierarchy, and also XML parsing errors.
This is tough to debug, so I'm looking for advice. Any takers?
TIA,
Jonathon
I'm making Ajax-type calls that return XML, and rather than parsing the
XML with DOM and building the nodes by hand, it seems much better and
well-designed to get the XML response, get an XSLT stylesheet, apply it
to the XML, and insert the resulting node (containing an HTML table)
into the document at a div.
But I keep getting javascript errors about not being able to insert the
document at this point in the hierarchy, and also XML parsing errors.
This is tough to debug, so I'm looking for advice. Any takers?
TIA,
Jonathon