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

Subject: Re: [xsl] FW: XPATH 'OR' Operator Syntax Question
From: Michael Dykman <mdykman@xxxxxxxxx>
Date: Thu, 14 May 2009 11:14:40 -0400
What you need looks more like

       status = 'Here' OR Status = 'Pending' OR Status = 'Accepted'

On Thu, May 14, 2009 at 11:10 AM, Joran, Peter <PJoran@xxxxxxxxxx> wrote:
> All
> Do you know how to use an 'OR' operator in XPATH? I've looked on-line
> and I'm coming up empty.
> In the expression below I want to count records with a Status = Here OR
> Pending OR Accepted.
>
>
> All thoughts very welcome!
> Many Thanks
> Pete
>
> count(/dsQueryResponse/Rows/Row[normalize-space(@Status_) = 'Here' and
> normalize-space(@Classification_) = $fieldvalue]/@Source)
>
>



--
 - michael dykman
 - mdykman@xxxxxxxxx

 - All models are wrong.  Some models are useful.

Current Thread