XMLTools[XMLProcessingInstruction] - XML processing instruction constructor
|
Calling Sequence
|
|
XMLProcessingInstruction(tagName, s)
|
|
Parameters
|
|
tagName
|
-
|
string; name of the processing instruction tag
|
s
|
-
|
string; text of the processing instruction
|
|
|
|
|
Description
|
|
•
|
The XMLProcessingInstruction(tagName, s) command is the constructor for processing instruction nodes in an XML tree data structure.
|
•
|
The first argument tagName identifies the tag for the processing instruction.
|
•
|
The second argument s specifies the text of the processing instruction. The XML data structure for the XML processing instruction is returned.
|
|
|
Download Help Document
Was this information helpful?