XMLProcessingInstruction - 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 : XMLProcessingInstruction

XMLTools

  

XMLProcessingInstruction

  

XML processing instruction constructor

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

XMLProcessingInstruction(tagName, s)

Parameters

tagName

-

string; name of the processing instruction tag

s

-

string; text of the processing instruction

Description

• 

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.

Examples

withXMLTools:

XMLProcessingInstructionxml,version=1.0

_XML_ProcessingInstructionxml,version=1.0

(1)

See Also

XMLTools

XMLTools[IsProcessingInstruction]

XMLTools[ProcessingInstructionData]

XMLTools[ProcessingInstructionName]