--- title: 'false' slug: Web/XPath/Functions/false tags: - XSLT - XSLT_Reference translation_of: Web/XPath/Functions/false ---

{{ XsltRef() }}

false 関数は真偽値 false を返します。

構文

false()

返値

真偽値 false です。

この関数は比較の一部として役立ちます。

<xsl:if test="boolean((1 &gt; 2) = false())">
 The expression evaluates as true
</xsl:if>

定義

XPath 1.0 4.3

Gecko での対応

対応済み。