Xslt comparison operators
08/12/2012 01:59
- XPath operators
-
and
Logical-and
or
Logical-or
not()
Negation
=
Equality
!=
Not equal
< *
Less than
<= *
Less than or equal
> *
Greater than
<= *
Greater than or equal
|
Set operation; returns the union of two sets of nodes
>e; <e; are not valid, or ≥ ≤ (as in powershell)