Skip to main content



      Home
Home » Modeling » GMF (Graphical Modeling Framework) » Question on generated GMF model
Question on generated GMF model [message #138991] Fri, 22 June 2007 13:46
Eclipse UserFriend
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
Previous Topic:GMF Property View Refresh Problem
Next Topic:Controlling a view with GMF
Goto Forum:
  


Current Time: Sat Nov 08 05:59:38 EST 2025

Powered by FUDForum. Page generated in 0.03042 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top