XMLTools
ProcessingInstructionData
extract the data from an XML processing instruction data structure
Calling Sequence
Parameters
Description
Examples
ProcessingInstructionData(xmlTree)
xmlTree
-
Maple XML tree; XML processing instruction
The ProcessingInstructionData(xmlTree) command returns the data contained in the processing instruction xmlTree. If xmlTree is not an XML processing instruction data structure, an error is returned.
with⁡XMLTools:
ProcessingInstructionData⁡XMLProcessingInstruction⁡xml,version=1.0
version=1.0
See Also
XMLTools[IsProcessingInstruction]
XMLTools[ProcessingInstructionName]
XMLTools[XMLProcessingInstruction]
Download Help Document