Page 1 of 1

Use a part of Oxygen xml editor

Posted: Fri Nov 20, 2009 11:01 am
by Jehuty
Hello,

I'm working on an eclipse plugin. I know we can create plugin to contribute to Oxygen's plugin. But can we use a part from Oxygen's plugin in another plugin? (an editor)

Re: Use a part of Oxygen xml editor

Posted: Fri Nov 20, 2009 11:33 am
by sorin_ristache
Hello,

Can you specify more details? What does your plugin do and what part of the Oxygen plugin do you want to include in your plugin?


Regards,
Sorin

Re: Use a part of Oxygen xml editor

Posted: Fri Nov 20, 2009 11:47 am
by Jehuty
Thanks for answer.

I'm working for a french research center. The plugin is free and open source. It's use to generate xul file in different language in using one xul template file and one xml file.

I would like to use Oxygen's xml editor to color my xml file and to help user to create this file in using rng, dtd or xsd files.

Evidently if it's possible we will specify to users that we use Oxygen plugin.

Regards, Jehuty.

Re: Use a part of Oxygen xml editor

Posted: Fri Nov 20, 2009 12:54 pm
by george
Hi,

You can open your XML files with the oXygen XML editor by specifying the oXygen editor plugin ID. If the schema is properly specified (or if you add a document type to the oXygen options to map your documents to default schemas) then the oXygen editor will use that to guide the user during editing.
Note that the user will require an oXygen license.

Best Regards,
George