Hi PJ,
> 1- is it a way to implement natively all this functions :
> http://www.xqueryfunctions.com
> to be abble to call it without redeclare it each time ?
> Some sample in a FLWOR ?
See Charles Foster's answer.
> 2- will/does Sedna support http://www.w3.org/TR/xquery-update-10/ ?
> Some sample in a FLWOR ?
At this moment Sedna doesn't support XUF and I can't say exact
implementation time.
> 3- in a node like <MYNODE><NAME>bob</NAME> ... </MYNODE>
> i want to transform it in <MYNODE NAME="bob> ... </MYNODE>
> so :
> for $a in doc("MYDOC")//MYNODE
> return ????
>
Try something like this:
UPDATE
replace $p in doc("mydoc")/mynode
with
<mynode>
{ attribute {"name"} {$p/@name} }
</mynode>
Ivan Shcheklein,
Sedna Team
-------------------------------------------------------------------------
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