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

Hello Scholle,

You can load diagram/domain model files using EMF Resources API and brows contents as EMF-generated domain model API/diagram (notation model) one.

I would be glad if anybody could get a hint... or, is there another
way to generate an XML file based on the model?
You can initialize domain model using XSD document for this XMl format - as a result domain model file will be stored in accordance with this XSD (you can generate diagram editor editing this XML document, so you don't need to transform data to this XML format afterwards).

-----------------
Alex Shatalin