Tamino XML Server Version 9.7
 —  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

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page