how to recover all information from the diagram [message #156841] |
Tue, 23 October 2007 12:01  |
Eclipse User |
|
|
|
Originally posted by: giuseppeloprete.gmail.com
Hi all, I have a problem: I create, for example, 3 node in file
"*.example_diagram" (with my editor) that I call A,B,C
I draw a connection from A to B. If I go in the related xml "*.example" I
find this:
<connection name="conn_1"/>
<source name="A"/>
<target name="B"/>
</connection>
And this is correct. Then, I create a new connection from B to C. I go in
the xml and I find this structure:
<connection name="conn_1"/>
<source name="A"/>
</connection>
<connection name="conn_2"/>
<source name="B"/>
<target name="C"/>
</connection>
So, I lost information about the first connection and I don't know how to
get it. The "*.example" isn't correct, the "*.example_diagram" is correct.
But I need to work on the xml file and not on the diagram.
Pleas help me, I'm blocked with my thesis.
Thanks
|
|
|
|
Powered by
FUDForum. Page generated in 0.03399 seconds