ProcessingInstructionData - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Connectivity : Web Features : XMLTools : ProcessingInstructionData

XMLTools

  

ProcessingInstructionData

  

extract the data from an XML processing instruction data structure

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ProcessingInstructionData(xmlTree)

Parameters

xmlTree

-

Maple XML tree; XML processing instruction

Description

• 

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.

Examples

withXMLTools:

ProcessingInstructionDataXMLProcessingInstructionxml,version=1.0

version=1.0

(1)

See Also

XMLTools

XMLTools[IsProcessingInstruction]

XMLTools[ProcessingInstructionName]

XMLTools[XMLProcessingInstruction]