Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Version: Available or changed with runtime version 1.0.
Creates an XmlDocumentType node.
Syntax
XmlDocumentType := XmlDocumentType.Create(Name: Text)
Parameters
Name
Type: Text
A string that contains the qualified name of the DTD, which is the same as the qualified name of the root element of the XML document.
Return Value
XmlDocumentType
Type: XmlDocumentType
The created XmlDocumentType node.
Related information
XmlDocumentType Data Type
Get Started with AL
Developing Extensions