Editor.XML.createNativeXMLDocument
Create a browser XMLDocument() instance that is compatible with Xopus.
For example it uses the same MSXML version in Internet Explorer as Xopus.
- Documentation
- › API
- › Global objects API
- › Editor.XML.createNativeXMLDocument
Editor.XML.createNativeXMLDocument( xml : string) : XMLDocument
: string) : XMLDocumentArguments
- xml
- string. The XML source to convert to an XMLDocument object.
Return Value
History
| version | event |
|---|---|
| Xopus 3.1.6 | Introduction. |