Version 8.2.2
 —  XQuery 4 Reference Guide  —

tf:createTextNode

Create a text node from a string.


Syntax

tf:createTextNode(string $string) => textNode

Top of page

Description

The function tf:createTextNode is specific to Tamino. It takes a string as argument and creates a text node containing the value of the string.

Note:
This function is deprecated and will be removed in future versions of Tamino. You should use CompTextConstructor instead. See the examples for details.

Top of page

Argument

$string

string value

Top of page

Example

Top of page