code-srv-test/dita-ot-3.6/plugins/org.dita.htmlhelp/plugin.xml
2021-03-23 22:38:58 +00:00

24 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of the DITA Open Toolkit project.
Copyright 2011 Jarno Elovirta
See the accompanying LICENSE file for applicable license.
-->
<plugin id="org.dita.htmlhelp" version="3.6.0">
<!-- 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="Microsoft Compiled HTML Help">
<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="ant.import" file="build_dita2htmlhelp.xml"/>
<feature extension="dita.conductor.lib.import" file="lib/htmlhelp.jar"/>
<feature extension="dita.xsl.messages" file="resource/messages.xml"/>
<template file="xsl/map2hhc_template.xsl"/>
<template file="xsl/map2hhp_template.xsl"/>
<template file="build_dita2htmlhelp_template.xml"/>
</plugin>