Boolean Operators

<less than
>greater than
<=less than or equal to
>=greater than or equal to
=boolean equals (not an assignment statement as in Java)
!=not equal to
orBoolean or
andBoolean and

In an XSLT stylesheet, some of these may need to be escaped with &lt; or &gt;.


Previous | Next | Top | Cafe con Leche

Copyright 2002, 2003 Elliotte Rusty Harold
Elliotte Rusty Harold
Last Modified October 15, 2002