[Home] [By Thread] [By Date] [Recent Entries]
> What you need looks more like
>
> status = 'Here' OR Status = 'Pending' OR Status = 'Accepted'
>
or in XPath 2.0,
status = ('Here', 'Pending', 'Accepted')
Regards,
Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay
|

Cart



