map2hhp_template.xsl 778 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!-- This file is part of the DITA Open Toolkit project hosted on
  3. Sourceforge.net. See the accompanying license.txt file for
  4. applicable licenses.-->
  5. <!-- (c) Copyright IBM Corporation 2010 All Rights Reserved. -->
  6. <xsl:stylesheet version="2.0"
  7. xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  8. <xsl:import href="plugin:org.dita.base:xsl/common/dita-utilities.xsl"/>
  9. <!-- Import the main ditamap to HTML Help Project file conversion -->
  10. <xsl:import href="map2htmlhelp/map2hhpImpl.xsl"/>
  11. <dita:extension id="dita.xsl.htmlhelp.map2hhp" behavior="org.dita.dost.platform.ImportXSLAction" xmlns:dita="http://dita-ot.sourceforge.net"/>
  12. <xsl:output method="text"
  13. encoding="UTF-8"
  14. />
  15. </xsl:stylesheet>