|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Questions on XQuery operators
# # 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 # The "=" operator does this (as in XPath) # for $p in input()//person # where $p/age = (20, 25, 30) # return $p Michael Kay
|
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








