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: Francois Leygues
Subject: Re: [Qexo-general] sequences and xml children
Date: Sun, 06 Jul 2003 14:53:11 +1000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

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.


Note that the first level of the bug has been corrected in CVS :

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

returns now :
<b x="1" /><b x="2" />








reply via email to

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