map2html5-cover_template.xsl 729 B

12345678910111213141516171819
  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.html5:xsl/dita2html5.xsl"/>
  7. <xsl:import href="plugin:org.dita.xhtml:xsl/map2html-coverImpl.xsl"/>
  8. <dita:extension id="dita.xsl.html5.cover"
  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. doctype-system="about:legacy-compat"
  14. omit-xml-declaration="yes"/>
  15. </xsl:stylesheet>