XMLCOMMENT
The XMLCOMMENT function generates an XML comment based on a value expression.
Syntax
XMLCOMMENT (value_expression)
Remarks
| • | The instruction argument is a string designating the processing instruction to generate. |
| • | The value_expression argument must resolve to a string. |
| • | The value returned tales the form <--string-->. |