dita2html5_template.xsl 832 B

123456789101112131415161718192021
  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/dita2html-base.xsl"/>
  7. <xsl:import href="plugin:org.dita.html5:xsl/xslhtml/dita2html5Impl.xsl"/>
  8. <xsl:import href="plugin:org.dita.html5:xsl/xslhtml/hi-d2html5.xsl"/>
  9. <dita:extension id="dita.xsl.html5"
  10. behavior="org.dita.dost.platform.ImportXSLAction"
  11. xmlns:dita="http://dita-ot.sourceforge.net"/>
  12. <xsl:output method="html"
  13. encoding="UTF-8"
  14. indent="no"
  15. doctype-system="about:legacy-compat"
  16. omit-xml-declaration="yes"/>
  17. </xsl:stylesheet>