Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/xpath/functions/count/index.md
6532 views
---
title: count slug: Web/XPath/Functions/count
---

{{ XsltRef() }}

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

XPath 1.0 4.1

Gecko support

Supported.