qexo-general
[Top][All Lists]
Advanced

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

Re: [Qexo-general] sequences and xml children


From: Per Bothner
Subject: Re: [Qexo-general] sequences and xml children
Date: Thu, 10 Jul 2003 12:55:24 -0700
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4) Gecko/20030612

Francois Leygues wrote:

Since I dont know if it has been acknowledged, I feel free to recall that :

define function x(){<a><b x="1"/><b x="2"/></a>}

let $i := <a>{for $a in x()/b return $a}</a>  return $i/b/@x

does not return anything.

This now appears to work in CVS. The fix was non-trivial, since I ended up creating a new NodeTree class to represent documents and document fragments, and fixed a few other things. However, it will fix some other problems as well, including enabling more complete implementation of the parent:: axis (when I get around it it).

I checked in some test cases based on your bug reports. Thanks!
--
        --Per Bothner
address@hidden   http://per.bothner.com/






reply via email to

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