Hi, I have a specific design question: I use an object graph where objects have associations of n:m multiplicity.
I have to "flatten" this graph, because (some) attributes (wich should be selected by xpath expressions) of the graph have to be displayed in a table. Consider the folowing graph: a -b --c --d e -f --g --h i -j --k should lead to: abc abd efg egh ijk Does someone know a best practice for this issue ? Thanx -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
