Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns false.
boolean false()
Example
| Instruction | Output |
|---|---|
<xsl:value-of select="false() and false()"/> |
false |
<xsl:value-of select="true() and false()"/> |
false |
<xsl:value-of select="false() or false()"/> |
true |
<xsl:value-of select="true()"/> |
true |