|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Stuck with select distinct
>> In order to exclude Red and Blue, use a predicate:
>>
>> //colour[not(.='Red' or 'Blue')]
>
> Oops: this should of course be
>
> //colour[not(.='Red' or .='Blue')]
Or in 2.0 you can do:
//colour[not(. = ('red', 'green'))]"
or even
//colour except //colour[. = ('red', 'green')]"
--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








