XmlProcessingInstruction.Create(Text, Text) Method

Version: Available or changed with runtime version 1.0.

Creates an XmlProcessingInstruction node.

Syntax

XmlProcessingInstruction :=   XmlProcessingInstruction.Create(Target: Text, Data: Text)

Parameters

Target
 Type: Text
The target of the processing instruction.

Data
 Type: Text
The content of the processing instruction, excluding the target.

Return Value

XmlProcessingInstruction
 Type: XmlProcessingInstruction
The created XmlProcessingInstruction node.

See Also

XmlProcessingInstruction Data Type
Get Started with AL
Developing Extensions