DOMDocument.Based on DOM document name and namespace URI

Syntax:

New DOMDocument(<NamespaceURI>, <Name>)

Parameters:

<NamespaceURI> (required)

Type: String.
Namespace URI of the document's root element.

<Name> (required)

Type: String.
Qualified name of the DOM document's root element.

Description:

Creates DOM document with a root element.

    

1C:Enterprise Developer's Community