The not() function returns true if the effective boolean value of the argument is false , and vice versa.
For example, the expression «not(2+2=4) » returns false .
| Argument | Data Type | Meaning |
|---|---|---|
| value | item()* | The input value |
| Result | xs:boolean | true if the effective boolean value of the argument is false , otherwise false |