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

Online Help

All Products    Maple    MapleSim


XMLTools

  

CommentText

  

extract the text of an XML comment

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

CommentText(xmlTree)

Parameters

xmlTree

-

Maple XML tree; XML comment

Description

• 

The CommentText(xmlTree) command returns the text of the XML comment xmlTree as a string.

Examples

(1)

(2)

See Also

XMLTools

XMLTools[IsComment]

XMLTools[XMLComment]

 


Download Help Document