plugin.xml 919 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project.
  4. See the accompanying license.txt file for applicable licenses.
  5. -->
  6. <plugin id="org.dita.odt">
  7. <!-- extension points -->
  8. <extension-point id="dita.xsl.odt" name="ODT XSLT import"/>
  9. <feature extension="dita.conductor.lib.import" file="lib/odt.jar"/>
  10. <!-- extensions -->
  11. <transtype name="odt" desc="Open Document Format">
  12. <param name="args.odt.img.embed" desc="Determines whether images are embedded as binary objects within the ODT file." type="enum">
  13. <val default="true">yes</val>
  14. <val>no</val>
  15. </param>
  16. </transtype>
  17. <feature extension="dita.transtype.print" value="odt"/>
  18. <feature extension="dita.conductor.target.relative" file="conductor.xml"/>
  19. <feature extension="dita.xsl.strings" file="xsl/xslodt/common/strings.xml"/>
  20. <template file="xsl/dita2odt_template.xsl"/>
  21. </plugin>