TOC PREV NEXT INDEX

Netscape 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.


Send comments on this document to devdoc-feedback@netscape.com
TOC PREV NEXT INDEX