Just load the response into an XML data island using
XMLDataIsland.load(XMLHTTPObject.ResponseXML).
Put an empty XML Data island on your page like
<XML id="anyid" javadsocompatible="true"><?XML>
Then parse it usinf the document.anyid.XMLDocument object.
You are sending an XML document to the browser and it automatically displays it - this is a good way to see if you have a valid XML document. You want to embed XML in a data island from the server. The data island is just a special HTML tag so you have to send an HTML document to the browser. To...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.