On Thu, Jul 17, 2008 at 02:05:59PM +0200, Henning Rode wrote:
Stefan Manegold wrote:
Why can't you use "pf:collection("samples")/child::document-node()" in the for loop? Do you get any error? If so which?
I tried something similar this morning, and it does not work...
you will have to write
pf:collection("samples")//document-node()
which is slow but works. the child step from the collection node does not work, which is probabaly a bug.
Then please report it as such via the SF bug tracker. Stefan
-henning
------------------------------------------------------------------------- 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=/ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |