Start of change

XMLDOCUMENT

The XMLDOCUMENT function returns an XML value.

Read syntax diagramSkip visual syntax diagram
                   .-,--------------.      
                   V                |      
>>-XMLDOCUMENT--(----XML-expression-+--)-----------------------><

XML-expression
An expression that returns an XML value.

The result of the function is XML. If the result of XML-expression can be null, the result can be null; if every XML-expression is null, the result is the null value.

Example

End of change