Use a part of Oxygen xml editor

Oxygen general issues.
Jehuty
Posts: 4
Joined: Fri Nov 06, 2009 4:48 pm

Use a part of Oxygen xml editor

Post 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)
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Use a part of Oxygen xml editor

Post 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
Jehuty
Posts: 4
Joined: Fri Nov 06, 2009 4:48 pm

Re: Use a part of Oxygen xml editor

Post 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.
george
Site Admin
Posts: 2096
Joined: Thu Jan 09, 2003 2:58 pm

Re: Use a part of Oxygen xml editor

Post 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
Post Reply