The count
function counts the number of nodes in a node-set and returns an integer.
The count
function counts the number of nodes in a node-set and returns an integer.
count( node-set )
node-set
The node set to be counted.
An integer representing the number of nodes in a node-set.
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