XSLT » XPath Core Functions » not

Syntax:
true | false = not(condition)

The not function returns the Boolean negation of the condition argument (true becomes false and vice-versa).