The function xmlcomment creates an XML value containing an XML comment with the specified text as content.
Signatures & examples
xmlcomment ( text ) → xml
The function xmlcomment creates an XML value containing an XML comment with the specified text as content. The text cannot contain “--” or end with a “-”, otherwise the resulting construct would not be a valid XML comment. If the argument is null, the result is null.Version history 2