XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition (346 page)

BOOK: XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition
12.11Mb size Format: txt, pdf, ePub

is false.

But although these operators were introduced specifically to enable XQuery optimization, I think it's a good idea to get into the habit of using them for most routine comparisons. You probably won't see any very visible performance benefit for the average XSLT stylesheet, but you may find that you make fewer errors because the behavior of the operators is simpler and more predictable. As a bonus, it's easier to write
le
than
<=
.

In the XPath syntax, the two kinds of comparison operator, as well as the three operators
is
,
<<
, and
>>
, which we will meet later in this chapter (see page 594), are presented like this:

Expression
Syntax
ComparisonExpr
RangeExpr ( (ValueComp | GeneralComp |NodeComp ) RangeExpr )?
ValueComp
eq
|
ne
|
lt
|
le
|
gt
|
ge
GeneralComp
=
|
!=
|
<
|
<=
|
>
|
>=

Other books

A Bollywood Affair by Sonali Dev
The Science of Language by Chomsky, Noam
Her Evil Twin by Mimi McCoy
Walking in Pimlico by Ann Featherstone
Maybe (Maybe Not) by Robert Fulghum
The Inn at the Edge of the World by Alice Thomas Ellis
Ink Flamingos by Olson, Karen E.
Twang by Cannon, Julie L.