[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Generating an XML file based on the model

Hello,

I have created a graphical modeling tool using GMF. I now want to create an XML file of the model a user can create.

I thought the best way is to access the internal structure that stores the current model, iterating over it and build an XML file...

I couldn't find any information regarding how one can access this structure... I guess its located in the *.diagram.application package? ..isn't it?

I would be glad if anybody could get a hint... or, is there another way to generate an XML file based on the model?

Scholle