Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Using XML-Editor and keeping EMF-Model in sync by changing xml-content with xml-editor
Using XML-Editor and keeping EMF-Model in sync by changing xml-content with xml-editor [message #158368] Sun, 29 January 2006 20:32
Eclipse UserFriend
Originally posted by: sandro.schiefner.gmx.de

Hi,

I will extent the XML-Editor, so it keeps in sync with my defined
EMF-Model. E.g. if I change the content of an attribute it will change the
corresponding attribute in my EMF-Model.

I want use the EMF2DomRenderer to this job. But as I read the code of the
EMF2DomRenderer it will create adapters only one level deep.
E.g.
<list>
<element/>
</list>

and not

<list name="xyz">
<element name="xyz">
<subelement name="xyz"/>
</element name="xyz">
</list>

is it correct, and when yes is there another way to do this?

Please help...

Sandro
Previous Topic:project dependency
Next Topic:How to add WebSphere 5.1 runtime
Goto Forum:
  


Current Time: Thu Apr 25 10:19:01 GMT 2024

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

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

Back to the top