Icon ParseXML Method

function ParseXML: TDocument

Available In: Client and Server Applications

Use this method to parse XML content returned as a response to the web server request. This method returns a TDocument web browser DOM object instance that can be used to manipulate the various nodes of the XML document as DOM elements.

Please see the WebDOM unit for the various interfaces to the DOM objects such as TDocument available in the web browser.
Image