Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate as plugin in Oxygen XML Editor v20. #2

Open
raducoravu opened this issue Feb 15, 2018 · 1 comment
Open

Integrate as plugin in Oxygen XML Editor v20. #2

raducoravu opened this issue Feb 15, 2018 · 1 comment

Comments

@raducoravu
Copy link

Starting with Oxygen 20 (April 2018) there will be a new plugin extension allowing you to integrate Morgana XProc as a plugin.
The Oxygen plugin folder structure should look like this:

morganaoxygenpluginstructure

with the "plugin.xml" looking like this:

<plugin
    id="morgana.xproc.addon"
   name="Contribute Morgana XProc"
     description="Contribute Morgana XProc"
   version="1.0"
    vendor="SyncroSoft"
       class="ro.sync.exml.plugin.Plugin"
    classLoaderType="preferReferencedResources">
  <extension type="AdditionalXProcEngine" path="MorganaXProcEngine/"></extension>
 </plugin>

Once you have the "ExtraXProcPlugin" plugin folder, you can either manually copy it to the "OXYGEN_INSTALL_DIR/plugins" folder and restart the application or you can pack and distribute it as an add-on:
https://www.oxygenxml.com/doc/versions/19.1/ug-editor/topics/packing-and-deploying-addons-x-sdk2.html

allowing thus people to install the add-on with the Help menu->"Install new add-ons" functionality.

@raducoravu
Copy link
Author

Oxygen XML Editor 20 was released so at some point if you are interested you could try to create an XProc add-on for it, maybe advertise it afterwards on the Oxygen Users List.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant