Version 8.2.2
 —  XQuery 4 Reference Guide  —

tf:serialize

Convert XML content to non-XML.


Syntax

tf:serialize(item* $input) => string

Top of page

Description

This function returns a string that contains the serialization of the input.

Top of page

Argument

$input

The XML content that is to be converted to non-XML.

Top of page