Connecting Tech Pros Worldwide Help | Site Map

Case insensitive Xquery

Newbie
 
Join Date: Jun 2006
Posts: 2
#1: Jun 19 '06
Hi all
I want to make a Xquery which is like this
Expand|Select|Wrap|Line Numbers
  1. for $x in doc("file:///C:/Science.xml")//tva2:title
  2. where $x//node()[contains(.,"Biological Science")]
  3. return $x
Its working perfectly but if i try for( biological science) its not which is becoz XQUery is case sensetive.I can use lower -case or upper-case function but i want more than that I need to look for words Science not science or SCIENCE.
Can anybody plzz help me with it. If you know how to make query insensitive then it wud be great
Thanks
Reply


Similar XML bytes