| 12345678910111213141516171819 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- This file is part of the DITA Open Toolkit project.
- See the accompanying license.txt file for applicable licenses.
- -->
- <plugin id="org.dita.htmlhelp">
- <!-- extension points -->
- <extension-point id="dita.xsl.htmlhelp.map2hhp" name="HTML Help project XSLT import"/>
- <extension-point id="dita.xsl.htmlhelp.map2hhc" name="HTML Help content XSLT import"/>
- <!-- extensions -->
- <transtype name="htmlhelp" extends="base-html" desc="HTMLHelp">
- <param name="args.htmlhelp.includefile" desc="Specifies the name of a file that you want included in the HTML Help." type="file"/>
- </transtype>
- <require plugin="org.dita.xhtml"/>
- <feature extension="dita.conductor.target.relative" file="conductor.xml"/>
- <feature extension="dita.xsl.messages" file="resource/messages.xml"/>
- <template file="xsl/map2hhc_template.xsl"/>
- <template file="xsl/map2hhp_template.xsl"/>
- </plugin>
|