map2htmltoc_template.xsl 734 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project.
  4. Copyright 2010 IBM Corporation
  5. See the accompanying LICENSE file for applicable license.
  6. -->
  7. <xsl:stylesheet version="2.0"
  8. xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  9. <!-- Import the main ditamap to HTML TOC conversion -->
  10. <xsl:import href="plugin:org.dita.xhtml:xsl/map2htmtoc/map2htmtocImpl.xsl"/>
  11. <xsl:import href="plugin:org.dita.xhtml:xsl/map2htmtoc/map2htmlImpl.xsl"/>
  12. <dita:extension id="dita.xsl.htmltoc" behavior="org.dita.dost.platform.ImportXSLAction" xmlns:dita="http://dita-ot.sourceforge.net"/>
  13. <xsl:output method="xml"
  14. encoding="UTF-8"
  15. indent="no"
  16. />
  17. </xsl:stylesheet>