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.
See Also
XMLTools[IsComment]
XMLTools[XMLComment]
Download Help Document