tf:parse

Convert non-XML content to XML.

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:


Syntax

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

Description

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

Argument

$input

The non-XML content to be converted.