Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Version: Available or changed with runtime version 1.0.
Creates an XmlDeclaration node.
Syntax
XmlDeclaration := XmlDeclaration.Create(Version: Text, Encoding: Text, Standalone: Text)
Parameters
Version
Type: Text
The version of the XML, usually "1.0".
Encoding
Type: Text
The encoding for the XML document.
Standalone
Type: Text
A string containing "yes" or "no" that specifies whether the XML is standalone or requires external entities to be resolved.
Return Value
XmlDeclaration
Type: XmlDeclaration
The created XmlDeclaration node.
Related information
XmlDeclaration Data Type
Get Started with AL
Developing Extensions