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

withXMLTools:

XMLCommentThis is a comment\nwith two lines of text.

_XML_CommentThis is a comment with two lines of text.

(1)

CommentText

This is a comment with two lines of text.

(2)

See Also

XMLTools

XMLTools[IsComment]

XMLTools[XMLComment]