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.
See Also
XMLTools[IsProcessingInstruction]
XMLTools[ProcessingInstructionName]
XMLTools[XMLProcessingInstruction]
Download Help Document