[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
RE: [xml-dev] XML design of ((a and b) or c)
- From: "Michael Kay" <mike@saxonica.com>
- To: "'Michael Kay'" <mike@saxonica.com>,"'Rick Marshall'" <rjm@zenucom.com>,"'Ken North'" <kennorth@sbcglobal.net>
- Date: Fri, 15 Dec 2006 11:58:09 -0000
> 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]