From 39f2114f9797eb51994966c6bb8ff1814c9a4da8 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:08 +0100 Subject: unslug fr: move --- files/fr/web/xpath/functions/count/index.html | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/fr/web/xpath/functions/count/index.html (limited to 'files/fr/web/xpath/functions/count/index.html') diff --git a/files/fr/web/xpath/functions/count/index.html b/files/fr/web/xpath/functions/count/index.html new file mode 100644 index 0000000000..d173536a77 --- /dev/null +++ b/files/fr/web/xpath/functions/count/index.html @@ -0,0 +1,32 @@ +--- +title: count +slug: Web/XPath/Fonctions/count +tags: + - Référence_XSLT +translation_of: Web/XPath/Functions/count +--- +

+{{ XsltRef() }} +


+La fonction count compte le nombre de nœuds dans un ensemble de nœuds et retourne un entier. +

+

Syntaxe

+
count( ensemble-de-nœuds )
+
+

Arguments

+
ensemble-de-nœuds +
L'ensemble de nœuds à compter. +
+

Retour

+

Un entier représentant le nombre de nœuds contenus dans l'ensemble. +

+

Définition

+

1.0, section 4.1. +

+

Support Gecko

+

Supportée. +

Interwiki Languages Links +

+
+
+{{ languages( { "en": "en/XPath/Functions/count", "ja": "ja/XPath/Functions/count", "pl": "pl/XPath/Funkcje/count" } ) }} -- cgit v1.2.3-54-g00ecf