| < | 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 |
| or | Boolean or |
| and | Boolean and |
In an XSLT stylesheet, some of these
may need to be escaped with <
or >.