[Home] [By Thread] [By Date] [Recent Entries]

  • To: xml-dev@l...
  • Subject: Questions on XQuery operators
  • From: "Shaorong Liu" <shaorongliu@h...>
  • Date: Thu, 18 Mar 2004 19:10:39 +0000
  • Bcc:

Hi,

  I am wondering whether XQuery supports the "IN" operator as SQL. For 
example, is the following XQuery (find a person with age 20, 25 or 30) 
valid:

   for $p in input()//person
   where $p/age in (20, 25, 30)
   return $p

Thanks!

Sandy

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar ? get it now! 
http://clk.atdmt.com/AVE/go/onm00200415ave/direct/01/


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member