Name

create-comment — Creates a "comment" XML tree entity.

Synopsis

entity create-comment ( comment-text string );

Description

This is an internal XQUERY function and you will probably never need to call it explicitly. It is not a part of library of standard XQUERY 1.0 functions.

This function creates an XML entity of sort "comment" that contains given text.

Parameters

comment-text

The text content of the comment

Return Types

XML tree entity