XmlAttribute.Create(Text, Text, Text) Method
Version: Available or changed with runtime version 1.0.
Creates an XmlAttribute node.
Syntax
XmlAttribute := XmlAttribute.Create(LocalName: Text, NamespaceUri: Text, Value: Text)
Parameters
LocalName
Type: Text
The local name of the attribute.
NamespaceUri
Type: Text
The namespace URI of the attribute.
Value
Type: Text
The value of the attribute.
Return Value
XmlAttribute
Type: XmlAttribute
The created XmlAttribute node.
Related information
XmlAttribute Data Type
Get Started with AL
Developing Extensions