W3cubDocs

/XSLT & XPath

count

XSLT/XPath Reference: XSLT elements, EXSLT functions, XPath functions, XPath axes

The count function counts the number of nodes in a node-set and returns an integer.

Syntax

count( node-set )

Arguments

node-set

The node set to be counted.

Returns

An integer representing the number of nodes in a node-set.

Defined

Gecko support

Supported.

© 2005–2022 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/XPath/Functions/count