XMLTools[ProcessingInstructionName] - extract the name of an XML processing instruction data structure
|
Calling Sequence
|
|
ProcessingInstructionName(xmlTree)
|
|
Parameters
|
|
xmlTree
|
-
|
Maple XML tree; XML processing instruction
|
|
|
|
|
Description
|
|
•
|
The ProcessingInstructionName(xmlTree) command returns the name used for the processing instruction xmlTree. If xmlTree is not an XML processing instruction data structure, an error is returned.
|
|
|
Download Help Document
Was this information helpful?