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

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page