Documentation Center

Editor.XML.createNativeXMLDocument

Description

Create a browser XMLDocument() instance that is compatible with Content Editor .

For example it uses the same MSXML version in Internet Explorer as Content Editor .

Syntax

Editor.XML.createNativeXMLDocument (xml : string) : XMLDocument

Arguments

xml
string. The XML source to convert to an XMLDocument object.

Return Value

XMLDocument. The newly created document object.