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/boolean/index.html | 38 +++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 files/fr/web/xpath/functions/boolean/index.html (limited to 'files/fr/web/xpath/functions/boolean') diff --git a/files/fr/web/xpath/functions/boolean/index.html b/files/fr/web/xpath/functions/boolean/index.html new file mode 100644 index 0000000000..c48fd233c6 --- /dev/null +++ b/files/fr/web/xpath/functions/boolean/index.html @@ -0,0 +1,38 @@ +--- +title: boolean +slug: Web/XPath/Fonctions/boolean +tags: + - Référence_XSLT +translation_of: Web/XPath/Functions/boolean +--- +

+{{ XsltRef() }} +


+la fonction boolean évalue une expression et retourne true ou false. +

+

Syntaxe

+
boolean( expression )
+
+

Arguments

+
expression +
L'expression à évaluer. L'expression peut faire référence à des nombres, des ensembles de nœuds, comme à des valeurs booléennes. +
+

Retour

+

La valeur booléenne true ou false en fonction de l'évaluation de expression. +

+

Notes

+ +

Définition

+

XPath 1.0, section 4.3. +

+

Support Gecko

+

Supportée. +

Interwiki Languages Links +

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