qexo-general
[Top][All Lists]
Advanced

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

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


From: Per Bothner
Subject: Re: [Qexo-general] RE: What am I doing wrong?
Date: Mon, 25 Nov 2002 18:21:07 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021016

Vincent Neyt wrote:

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.

Quantified expressions ('every', 'some') have not been implemented
yet in Qexo.  Neither has 'contains'.
--
        --Per Bothner
address@hidden   http://www.bothner.com/per/





reply via email to

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