RE: not operator in XQuery?
"Jonathan Robie" <[email protected]> Wed, 6 Apr 2005 16:02:18 -0400
| Newsgroups | gmane.comp.web.query-languages |
|---|---|
| Message-ID | <80F978BD1604FD46B53468205BCB779D05E4CC@MAIL04.americas.progress.com> |
Hi Frank, This is a perfectly valid XQuery: let $a := <a>4</a> where not ($a > 3 and $a < 5) return $a Jonathan -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Frank Yung-Fong Tang Sent: Wednesday, April 06, 2005 3:53 PM To: [email protected] Subject: not operator in XQuery? Dear XQuery expert: Can some one explain to me how can I do logical 'not' in XQuery WHERE clause now? I take a look at http://www.w3.org/TR/xquery The syntax seems allow me to do let $a := <a>4</a> where $a > 3 and $a < 5 return $a I cannot find a logical "not" operator there. So it seems not allow me to do let $a := <a>4</a> where not ($a > 3 and $a < 5) return $a Is right? Why? -- Frank Yung-Fong Tang 譚永鋒 Šýšţém Årçĥîţéçţ