[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dssslist] FW: XPATH 'OR' Operator Syntax Question



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)