|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] FW: XPATH 'OR' Operator S, Michael Dykman | Thread | RE: [xsl] FW: XPATH 'OR' Operator S, Joran, Peter |
| Re: [xsl] FW: XPATH 'OR' Operator S, Michael Dykman | Date | RE: [xsl] FW: XPATH 'OR' Operator S, Joran, Peter |
| Month |