map2html5toc_template.xsl 766 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!-- This file is part of the DITA Open Toolkit project.
  3. See the accompanying license.txt file for applicable licenses. -->
  4. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  5. version="2.0">
  6. <xsl:import href="plugin:org.dita.xhtml:xsl/map2htmltoc.xsl"/>
  7. <xsl:import href="plugin:org.dita.html5:xsl/xslhtml/dita2html5Impl.xsl"/>
  8. <dita:extension id="dita.xsl.html5.toc"
  9. behavior="org.dita.dost.platform.ImportXSLAction"
  10. xmlns:dita="http://dita-ot.sourceforge.net"/>
  11. <xsl:output method="html"
  12. encoding="UTF-8"
  13. indent="no"
  14. doctype-system="about:legacy-compat"
  15. omit-xml-declaration="yes"/>
  16. </xsl:stylesheet>