Wednesday 02 March 2005 1:45:54 am
Thanks Lukasz,
I solved my problem in a not very clean way, performing a complete subtree fetch and excluding the visualization of unwanted nodes during the loop section.
I tried to remove elements before the loop using <i>merge</i> and after <i>unique</i> array operators, but it seems that doesn't work.
I don't know if it's because elements of the array are complex objects and not simple datatype values.
I think adding a node filtering option to the fetch parameters (like <b>node_filter_type</b>(include/exclude) and <b>node_filter_array</b>) in future releases, could be very useful .
|