Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

tf:getCollation

Get collation information for a single node.


Syntax

tf:getCollation(node $node) => string

Top of page

Description

The function tf:getCollation is specific to Tamino. It takes a node as argument and returns the collation specification for that node as a string.

Top of page

Argument

$node

either element or attribute node

Top of page

Example

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page