XMLTools
XMLProcessingInstruction
XML processing instruction constructor
Calling Sequence
Parameters
Description
Examples
XMLProcessingInstruction(tagName, s)
tagName
-
string; name of the processing instruction tag
s
string; text of the processing instruction
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.
with⁡XMLTools:
XMLProcessingInstruction⁡xml,version=1.0
_XML_ProcessingInstruction⁡xml,version=1.0
See Also
XMLTools[IsProcessingInstruction]
XMLTools[ProcessingInstructionData]
XMLTools[ProcessingInstructionName]
Download Help Document