TOC PREV NEXT INDEX

Netscape and XSLT


not()

The not() function returns the boolean negation of its argument.

Syntax:
boolean not(expression) 
Arguments:
Either a boolean or an expression that evaluates to a boolean, using the rules of the boolean () function.
Result:
The negation of the argument value: false if the argument is true, true if the argument is false.
Defined: XPath, section 4.3.
NS support: Supported.

Comments? devdoc-feedback@netscape.com
TOC PREV NEXT INDEX