XMLTools
XMLComment
XML comment constructor
Calling Sequence
Parameters
Description
Examples
XMLComment(s)
s
-
string; text of the comment
The XMLComment(s) command accepts a string s and returns it as an an XML comment in the form of a Maple XML tree.
By using this function, you can include an XML comment in any Maple representation of an XML document.
with⁡XMLTools:
XMLComment⁡This is a comment\nwith two lines of text.
_XML_Comment⁡This is a comment with two lines of text.
See Also
XMLTools[CommentText]
XMLTools[IsComment]
Download Help Document