Visit Mozilla.org

XPath:Functions:false

From MDC

XSLT/XPath Reference: XSLT elements, EXSLT functions, XPath functions, XPath axes

Contents


The false function returns boolean false.

[edit] Syntax

false()

[edit] Returns

Boolean false.

[edit] Notes

This function is useful part of a comparison:

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

[edit] Defined

XPath 1.0 4.3

[edit] Gecko support

Supported.