From 651ec72d5f391987b970601ab532a2d303b44916 Mon Sep 17 00:00:00 2001 From: julieng Date: Thu, 11 Nov 2021 09:00:03 +0100 Subject: move *.html to *.md --- files/fr/web/xpath/functions/false/index.md | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/fr/web/xpath/functions/false/index.md (limited to 'files/fr/web/xpath/functions/false/index.md') diff --git a/files/fr/web/xpath/functions/false/index.md b/files/fr/web/xpath/functions/false/index.md new file mode 100644 index 0000000000..1914710d4a --- /dev/null +++ b/files/fr/web/xpath/functions/false/index.md @@ -0,0 +1,32 @@ +--- +title: 'false' +slug: Web/XPath/Functions/false +tags: + - Référence_XSLT +translation_of: Web/XPath/Functions/false +original_slug: Web/XPath/Fonctions/false +--- +

+{{ XsltRef() }} +


+La fonction false retourne le booléen false. +

+

Syntaxe

+
false()
+
+

Retour

+

Booléen false. +

+

Notes

+

Cette fonction est utile dans les comparaisons : +

+
<xsl:if test="boolean((1 > 2) = false())">
+ L'expression évaluée comme fausse
+</xsl:if>
+
+

Définition

+

XPath 1.0, section 4.3. +

+

Support Gecko

+

Supportée. +

\ No newline at end of file -- cgit v1.2.3-54-g00ecf