
The XML extension functions provide XML functionality such as parsing a string as XML.
| Function name | Description |
|---|---|
| xdmp:quote | Returns the unevaluated serialized representation of the input parameter as a string. |
| xdmp:unquote | Parses a string as XML, returning one or more document nodes. |