XMLTools
CommentText
extract the text of an XML comment
Calling Sequence
Parameters
Description
Examples
CommentText(xmlTree)
xmlTree
-
Maple XML tree; XML comment
The CommentText(xmlTree) command returns the text of the XML comment xmlTree as a string.
withXMLTools:
XMLCommentThis is a comment\nwith two lines of text.
_XML_CommentThis is a comment with two lines of text.
CommentText
This is a comment with two lines of text.
See Also
XMLTools[IsComment]
XMLTools[XMLComment]
Download Help Document