Next in thread →
Next in month →
Re: Multiple OR Expression across a node-set
"Yves Zoundi" <> wrote in message
news:...
> Maybe you need to replace the or operator you are using('|') by "or".
While this replacement may help, "|" is not an or-operator. In Xpath it is
called the "union" operator.
The or-operator is denoted by the string "or".
Cheers,
Dimitre Novatchev
Next in thread →
Next in month →