17 Jul
2008
17 Jul
'08
12:05 p.m.
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. -henning