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

Online Help

All Products    Maple    MapleSim


XMLTools

  

XMLComment

  

XML comment constructor

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

XMLComment(s)

Parameters

s

-

string; text of the comment

Description

• 

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.

Examples

withXMLTools:

XMLCommentThis is a comment\nwith two lines of text.

_XML_CommentThis is a comment with two lines of text.

(1)

See Also

XMLTools

XMLTools[CommentText]

XMLTools[IsComment]