Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

tf:parse

Convert non-XML content to XML.


Syntax

tf:parse(string $input) => document-node

Top of page

Description

This function returns a document node whose content is the result of applying an XML parser to $input.

Top of page

Argument

$input

The non-XML content to be converted.

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page