goba            Wed Jul 17 06:01:16 2002 EDT

  Modified files:              
    /phpdoc/xsl html-common.xsl 
  Log:
  
  o Toc.section.depth is not what we looked for to cut off TOC deepness,
    so do not generate more problems with it...
  
  o Removing list of examples, tables, etc. for compatibility reasons
    with DSSSL sheets...
  
  
  
Index: phpdoc/xsl/html-common.xsl
diff -u phpdoc/xsl/html-common.xsl:1.14 phpdoc/xsl/html-common.xsl:1.15
--- phpdoc/xsl/html-common.xsl:1.14     Wed Jul  3 14:11:37 2002
+++ phpdoc/xsl/html-common.xsl  Wed Jul 17 06:01:13 2002
@@ -3,7 +3,7 @@
 
   Common HTML customizations
 
-  $Id: html-common.xsl,v 1.14 2002/07/03 18:11:37 goba Exp $
+  $Id: html-common.xsl,v 1.15 2002/07/17 10:01:13 goba Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
@@ -14,13 +14,27 @@
 <!-- We do not want style="" atts to appear in HTML output -->
 <xsl:param name="admon.style" select="''"/>
 
-<!-- Try to cut off the quite deep section depth provided by default
-     This DOES NOT WORK for me [Goba]. If I set it to anything other
-        then zero it generates the whole TOC, otherwise it's 0 levels deep.
-        We need to play with this a bit more to be able to switch to XSLT
-        from DSSSL.
+<!-- This differs from the default as the ",figure,table,example,equation"
+     is missing after the book toc (for comformance with the DSSSL output).
 -->
-<xsl:param name="toc.section.depth">1</xsl:param>
+<xsl:param name="generate.toc">
+appendix  toc
+article   toc
+book      toc
+chapter   toc
+part      toc
+preface   toc
+qandadiv  toc
+qandaset  toc
+reference toc
+sect1     toc
+sect2     toc
+sect3     toc
+sect4     toc
+sect5     toc
+section   toc
+set       toc
+</xsl:param>
 
 <!-- This makes the generation a bit faster (no file name printouts) -->
 <xsl:param name="chunk.quietly">1</xsl:param>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to