plugin.xml 931 B

12345678910111213141516171819
  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.htmlhelp">
  7. <!-- extension points -->
  8. <extension-point id="dita.xsl.htmlhelp.map2hhp" name="HTML Help project XSLT import"/>
  9. <extension-point id="dita.xsl.htmlhelp.map2hhc" name="HTML Help content XSLT import"/>
  10. <!-- extensions -->
  11. <transtype name="htmlhelp" extends="base-html" desc="HTMLHelp">
  12. <param name="args.htmlhelp.includefile" desc="Specifies the name of a file that you want included in the HTML Help." type="file"/>
  13. </transtype>
  14. <require plugin="org.dita.xhtml"/>
  15. <feature extension="dita.conductor.target.relative" file="conductor.xml"/>
  16. <feature extension="dita.xsl.messages" file="resource/messages.xml"/>
  17. <template file="xsl/map2hhc_template.xsl"/>
  18. <template file="xsl/map2hhp_template.xsl"/>
  19. </plugin>