Is it possible to chain DITA-OT plugins

Post here questions and problems related to editing and publishing DITA content.
NicoAMP
Posts: 98
Joined: Tue Mar 06, 2018 2:07 pm
Contact:

Is it possible to chain DITA-OT plugins

Post 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.
Nicolas Delobel
AmeXio
nicolas.delobel at amexiogroup.com
Radu
Posts: 9436
Joined: Fri Jul 09, 2004 5:18 pm

Re: Is it possible to chain DITA-OT plugins

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
NicoAMP
Posts: 98
Joined: Tue Mar 06, 2018 2:07 pm
Contact:

Re: Is it possible to chain DITA-OT plugins

Post by NicoAMP »

Thanks for your help.
Nicolas Delobel
AmeXio
nicolas.delobel at amexiogroup.com
Post Reply