• Skip to main content
  • Skip to search
    • Technologies Overview
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs
    • Browser Extensions
    • MathML
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
    • Send Feedback
    • Contribute to MDN
    • Report a content issue 🌐
    • Report a platform issue 🌐
  1. Technologies web pour développeurs
  2. XPath
  3. Fonctions
  4. false
  • Change language
  • View in English

false

Référence XSLT/XPath : Éléments XSLT, Fonctions EXSLT, Fonctions XPath, Axes XPath


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.

Interwiki Languages Links

Found a problem with this page?

  • Source on GitHub
  • Report a problem with this content on GitHub
  • Want to fix the problem yourself? See our Contribution guide.

Last modified: Apr 10, 2021, by MDN contributors

Change your language
  • Web Technologies
  • Learn Web Development
  • About MDN
  • Feedback
  • About
  • MDN Web Docs Store
  • Contact Us
  • Firefox

MDN

Mozilla

© 2005-2021 Mozilla and individual contributors. Content is available under these licenses.

  • Terms
  • Privacy
  • Cookies