[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] XML design of ((a and b) or c)
- From: Rick Marshall <rjm@zenucom.com>
- To: Michael Kay <mike@saxonica.com>
- Date: Sat, 16 Dec 2006 09:37:55 +1100
oh for a ternary operator...
Michael Kay wrote:
>> In fact, you can't even safely write
>>
>> //x[y castable as xs:integer][xs:integer(y) > 100]
>>
>
> But if you don't like the wordiness of the if-then-else, another option is:
>
> //x[xs:integer(y[. castable as xs:integer]) > 100]
>
> Michael Kay
> http://www.saxonica.com/
>
>
>
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]