qexo-general
[Top][All Lists]
Advanced

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

Re: [Qexo-general] pb with !=


From: Per Bothner
Subject: Re: [Qexo-general] pb with !=
Date: Tue, 13 Aug 2002 22:42:28 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020722

François Leygues wrote:
let $bad:=<book><a><b name="x" /><b name="y" /></a><a><b name="z" /><b name="w" /></a></book>
return $bad/a/b[name!="x"]
{--} <b name="y" /><b name="w" />

which seems false...
Is this is a known restriction ?

(I assume that should be: return $bad/a/address@hidden"x"], with an '@',
since otherwise I get an empty result, as expected.)

You mean it should be:
<b name="y" /><b name="z" /><b name="w" />
- which is what working copy of Kawa returns.  Presumably,
it's been fixed in the CVS version.
--
        --Per Bothner
address@hidden   http://www.bothner.com/per/





reply via email to

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