qexo-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qexo-general] RE: What am I doing wrong?


From: Vincent Neyt
Subject: [Qexo-general] RE: What am I doing wrong?
Date: Mon 25 Nov 2002 15:08:28 +0100

Hello,
I am getting the same error message when I try "Quantified Expressions" 
(obtained via an XQuery demonstration) like this (all lower-case):

for $b in document("rb220.xml")// body
where every $a in $b//add satisfies
  contains($a, "myquery")
return { $a }

I am querying full texts and need this 'contains' feature, since my search term 
never equals the full content of a tag but is contained in it somewhere.

with kind regards,
Vincent





reply via email to

[Prev in Thread] Current Thread [Next in Thread]