Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » Editor for Multiple XML Files(How to create an editor for multiple xml files?)
icon5.gif  Editor for Multiple XML Files [message #507931] Fri, 15 January 2010 09:01 Go to next message
Madhu Samuel is currently offline Madhu SamuelFriend
Messages: 199
Registered: July 2009
Senior Member
Hello Group,

I have got two xml schema files. I need to create a single editor for these two files.

Using emf I can generate the model, edit and editor code for a single xml schema. But how should I go ahead when it is two files?

Should I generate the code separately for these two schema's and later merge the code manually by copy paste?

Is there a better way to do this?


Re: Editor for Multiple XML Files [message #508051 is a reply to message #507931] Fri, 15 January 2010 16:39 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
Madhu,

The generated editor's have almost no dependencies on the specific model
so you can generate just one of them and enhance the wizard manually to
be able to create objects from either package.


Madhu Samuel wrote:
> Hello Group,
>
> I have got two xml schema files. I need to create a single editor for
> these two files.
> Using emf I can generate the model, edit and editor code for a single
> xml schema. But how should I go ahead when it is two files?
>
> Should I generate the code separately for these two schema's and later
> merge the code manually by copy paste?
>
> Is there a better way to do this?


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:[CDO] Team plug-in retrieval for CDO 2.0?
Next Topic:Xsd derivated schema customization - how to avoiding unnecesary/useless list wrappers derivated from
Goto Forum:
  


Current Time: Fri Apr 26 03:52:14 GMT 2024

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

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

Back to the top