map2xhtmltoc.xsl 688 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project.
  4. Copyright 2004, 2007 IBM Corporation
  5. See the accompanying LICENSE file for applicable license.
  6. -->
  7. <!-- Map to XHTML -->
  8. <xsl:stylesheet version="2.0"
  9. xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  10. <!--main map to xhtml converter-->
  11. <xsl:import href="plugin:org.dita.xhtml:xsl/map2htmltoc.xsl"/>
  12. <xsl:output method="xhtml" encoding="UTF-8"
  13. indent="no"
  14. doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  15. doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"/>
  16. <xsl:include href="plugin:org.dita.xhtml:xsl/dita2xhtml-util.xsl"/>
  17. </xsl:stylesheet>