| Question on generated GMF model [message #138991] |
Fri, 22 June 2007 13:46 |
Eclipse User |
|
|
|
Originally posted by: yburd.andrew.cmu.edu
Hi, I've been using GMF to do a simulation model. Right now I need to output
the following XML structure:
<simulation>
<scenario>
<object1>
...
</object1>
<object2>
...
</object2>
</scenario>
</simulation>
The canvas in actually Scenario. Except from a small tweak in the
createDocumentRoot in under the ScenarioDiagramEditorUtil, everything seems
to be working fine. The problem is that the resulting XML appends a
'scenario:' to every tag. So I get something like this:
<scenario:simulation>
<scenario:scenario>
<scenario:object1>
...
</scenario:object1>
etc...
I'm moving slowly in uncharted waters here (new to GMF/EMF/GRF) so I'm not
sure what I'm doing wrong to get this type of output.
Thanks for any help
|
|
|
Powered by
FUDForum. Page generated in 0.03042 seconds