XmlAttribute.Create(Text, Text) Method
Version: Available or changed with runtime version 1.0.
Creates an XmlAttribute node.
Syntax
XmlAttribute := XmlAttribute.Create(Name: Text, Value: Text)
Parameters
Name
Type: Text
The qualified name of the attribute. If the name is of the form {{namespace}}localName, it will be qualified with the given namespace.
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