map2xhtmltoc.xsl 700 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!-- This file is part of the DITA Open Toolkit project hosted on
  3. Sourceforge.net. See the accompanying license.txt file for
  4. applicable licenses.-->
  5. <!-- (c) Copyright IBM Corp. 2004, 2007 All Rights Reserved. -->
  6. <!-- Map to XHTML -->
  7. <xsl:stylesheet version="2.0"
  8. xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  9. <!--main map to xhtml converter-->
  10. <xsl:import href="map2htmltoc.xsl"/>
  11. <xsl:output method="xhtml" encoding="UTF-8"
  12. indent="no"
  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="dita2xhtml-util.xsl"/>
  16. </xsl:stylesheet>