Read XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition Online
Authors: Michael Kay
Data type | Definition of ordering |
xs:string or xs:anyURI | An xs:anyURI value is treated as a string. The ordering of strings is determined by a collation, in the same way as equality comparison. These operators use the default collation established in the XPath evaluation context, as described in Chapter 7. There's a tension between equality comparison and ordering comparisons: for testing equality, you often want a weak collation; for example, one that compares ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() strong collation). If you want to use different collations for different operations, you can achieve this by using the compare() function described in Chapter 13, but for the ![]() ![]() ![]() ![]() |
Numeric | Any two numeric values can be compared ( xs:integer , xs:decimal , xs:float , or xs:double ). If they are of different types, one value is first promoted to the type of the other in the same way as arithmetic operators (see page 571). They are then tested for numeric order (this means, for example, that ![]() ![]() ![]() ![]() |