map2xhtml-cover.xsl 715 B

1234567891011121314151617
  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/dita2xhtml.xsl"/>
  7. <xsl:import href="plugin:org.dita.xhtml:xsl/map2html-coverImpl.xsl"/>
  8. <!--xsl:output method="xhtml"
  9. encoding="UTF-8"
  10. doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  11. doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"/-->
  12. <xsl:include href="plugin:org.dita.xhtml:xsl/dita2xhtml-util.xsl"/>
  13. </xsl:stylesheet>