I loop through nodes using the listnodes tag with the path attribute. The path contains the types that will always be found. Within the listnodes loop I check if the "outer join" type exists or not. If it exists I add the node to a vector. In the end the vector will only contain the correct result. Then loop through the vector to get the node info. You could use a collection (ie HashMap) to contain more info per node.
Humphrey -----Oorspronkelijk bericht----- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Michiel Meeuwissen Verzonden: woensdag 23 augustus 2006 10:25 Aan: Discussion list for developers Onderwerp: Re: [Developers] Outer joins Ferdinandus, Humphrey wrote: > I solved it using java collections but hoped to do it the tag-way. I don't understand how java collections can help with this. Michiel -- Michiel Meeuwissen mihxil' Peperbus 107 MediaPark H'sum [] () +31 (0)35 6772979 nl_NL eo_XX en_US _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.11.5/425 - Release Date: 22-8-2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.11.5/425 - Release Date: 22-8-2006 _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
