map2xhtml-cover.xsl 743 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project.
  4. Copyright 2014 Jarno Elovirta
  5. See the accompanying LICENSE file for applicable license.
  6. -->
  7. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  8. version="2.0">
  9. <xsl:import href="plugin:org.dita.xhtml:xsl/dita2xhtml.xsl"/>
  10. <xsl:import href="plugin:org.dita.xhtml:xsl/map2html-coverImpl.xsl"/>
  11. <!--xsl:output method="xhtml"
  12. encoding="UTF-8"
  13. doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  14. doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"/-->
  15. <!--xsl:include href="plugin:org.dita.xhtml:xsl/dita2xhtml-util.xsl"/-->
  16. </xsl:stylesheet>