map2html-cover.xsl 624 B

123456789101112131415
  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.xsl"/>
  7. <xsl:import href="plugin:org.dita.xhtml:xsl/map2html-coverImpl.xsl"/>
  8. <!--xsl:output method="html"
  9. encoding="UTF-8"
  10. doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
  11. doctype-system="http://www.w3.org/TR/html4/loose.dtd"/-->
  12. </xsl:stylesheet>