Documentation Center

Editor.XML.createNativeXMLDocument

Description

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

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

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.

History

versionevent
Xopus 3.1.6Introduction.