Page 1 of 1

Is it possible to chain DITA-OT plugins

Posted: Tue Mar 12, 2019 11:44 am
by NicoAMP
Hi,

I would like to generate a report (via XSLT) based on MERGED file produced by DITA-OT.

I saw that "com.oxygenxml.merged" generate this MERGED file.

My question : is it possible to create a plugin that have in entry the result of another plugin (can I chain plugins) ?
If yes, how can I do that?

Thanks.

Re: Is it possible to chain DITA-OT plugins

Posted: Tue Mar 12, 2019 1:08 pm
by Radu
Hi Nicolas,

It is not possible to chain plugins but maybe you can take the ""com.oxygenxml.merged" plugin and make it your own, rename it, rename various IDs and transtype in the plugin.xml, modify the build file and rename the appropriate targets.
Or use your custom ANT build file:

https://www.oxygenxml.com/doc/versions/ ... -file.html

but my advice is to do my first suggestion.

Regards,
Radu

Re: Is it possible to chain DITA-OT plugins

Posted: Tue Mar 19, 2019 6:11 pm
by NicoAMP
Thanks for your help.