XPath:Functions:false
MDC
false 함수는 boolean false를 반환합니다.
[편집] 구문
false()
[편집] 반환
Boolean false.
[편집] 주의
이 함수는 비교(comparison)하는 부분에 쓸모가 있습니다.
<xsl:if test="boolean((1 > 2) = false())">
The expression evaluates as true
</xsl:if>
[편집] 정의
XPath 1.0 4.3
[편집] Gecko 지원
지원함.