Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

tf:createNodeReference

Create reference descriptions for nodes.


Syntax

tf:createNodeReference(node* $input) => node*

Top of page

Description

The function tf:createNodeReference is specific to Tamino. It takes a node sequence as argument and returns a sequence of reference descriptions for all nodes.

You can use reference descriptions for subsequent highlighting of these nodes, see tf:highlight.

Top of page

Argument

$input

a sequence of nodes

Top of page

Example

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page