plugin.xml 1.3 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project.
  4. Copyright 2015 Jarno Elovirta
  5. See the accompanying LICENSE file for applicable license.
  6. -->
  7. <plugin id="org.dita.pdf2.axf">
  8. <require plugin="org.dita.pdf2"/>
  9. <!-- extensions -->
  10. <feature extension="depend.org.dita.pdf2.init.pre" value="transform.fo2pdf.ah.init"/>
  11. <feature extension="depend.org.dita.pdf2.format" value="transform.fo2pdf.ah"/>
  12. <feature extension="dita.conductor.lib.import" file="lib/axf.jar"/>
  13. <transtype name="pdf" desc="PDF">
  14. <param name="pdf.formatter" desc="Specifies the XSL processor." type="enum">
  15. <val desc="Antenna House Formatter">ah</val>
  16. </param>
  17. <param name="publish.required.cleanup" desc="Specifies whether draft-comment and required-cleanup elements are included in the output." type="enum">
  18. <val>yes</val>
  19. <val>no</val>
  20. </param>
  21. <param name="axf.opt" desc="Specifies the user configuration file for Antenna House Formatter." type="file"/>
  22. <param name="axf.cmd" desc="Specifies the path to the Antenna House Formatter executable." type="file"/>
  23. </transtype>
  24. <feature extension="ant.import" file="build_axf.xml"/>
  25. <feature extension="dita.conductor.pdf2.formatter.check" value="ah"/>
  26. <template file="xsl/fo/topic2fo_shell_axf_template.xsl"/>
  27. </plugin>