XML Functions
9.14. XML Functions
The functions and function-like expressions described in this section operate on values of type xml
. Check Section 8.13 for information about the xml
type. The function-like expressions xmlparse
and xmlserialize
for converting to and from type xml
are not repeated here. Use of most of these functions requires the installation to have been built with configure --with-libxml
.
9.14.1. Producing XML Content
A set of functions and function-like expressions are available for producing XML content from SQL data. As such, they are particularly suitable for formatting query results into XML documents for processing in client applicatio