XPath:Functions:count
From MDC
Contents |
The count function counts the number of nodes in a node-set and returns an integer.
[edit] Syntax
count( node-set )
[edit] Arguments
node-set- The node set to be counted.
[edit] Returns
An integer representing the number of nodes in a node-set.
[edit] Defined
[edit] Gecko support
Supported.