u*******y 发帖数: 8 | 1 Hi, I am using xml to transform my object db to xml. does
anybody know how to represent graph in xml? xml is typically
hierarchical. But for my oodb, I will have a relation class,
which will represent relation between different elements.
How can I represent this in xml?
I am brand-new to xml. anybody please help! thanks. | l***i 发帖数: 2 | 2 I am also new to xml.. donno the correct presentation of the
solution, but I guess the basic idea is to convert the graph
into the tree, one very simple solution will be:
...
...
....
<--! above list the elements, following with the connection
points-->
na,nb,..
...
nx, ny..
something like this should be enough for a graph
representation..
there is also a S
【在 u*******y 的大作中提到】 : Hi, I am using xml to transform my object db to xml. does : anybody know how to represent graph in xml? xml is typically : hierarchical. But for my oodb, I will have a relation class, : which will represent relation between different elements. : How can I represent this in xml? : I am brand-new to xml. anybody please help! thanks.
|
|