ProcessingInstructionData - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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]