XMLTools[XMLComment] - XML comment constructor
|
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.
|
|
|
Download Help Document
Was this information helpful?