>
> the problem of ERROR SE3007  seems to come from the large process needed
> because if i reduce the effect to one category , there is no more error
>

Anyway, this error usually means that there is a bug in Sedna. Please, send
me your data if possible. We will fix it.


> UPDATE replace $p in doc("VILLES")//[EMAIL PROTECTED] ="x"]/VILLE
> with <VILLE> { attribute {"label"} {$p/NOM}  }
> </VILLE>
>
> the problem is now that your sequence delete the neighbour node of  <NOM>
> in other words, in last mail sample, the <CP> node is deleted after this
> sequence
>

Yep. As far as I remember the following should preserve content (child
elements and attributes):

<VILLE>
{ attribute {"label"} {$p/NOM}  }
{ $i/@*}                               (: preserve attributes :)
{ $i/*[name() ne "NOM"]}       (: preserve child elements :)
</VILLE>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sedna-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to