Visit Mozilla.org

XPath:Functions:false

MDC

XSLT/XPath 참고 문서: XSLT 요소, XPath 함수, XPath 축

목차


false 함수는 boolean false를 반환합니다.

[편집] 구문

false()

[편집] 반환

Boolean false.

[편집] 주의

이 함수는 비교(comparison)하는 부분에 쓸모가 있습니다.

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

[편집] 정의

XPath 1.0 4.3

[편집] Gecko 지원

지원함.