RE: [xsl] FW: XPATH 'OR' Operator Syntax Question

Subject: RE: [xsl] FW: XPATH 'OR' Operator Syntax Question
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 14 May 2009 16:21:39 +0100
> 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 

Current Thread