You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Markus Menner <mm...@teraspect.de> on 2002/05/22 10:32:33 UTC

JXPath design question

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>