You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/06/27 20:00:17 UTC

svn commit: r202022 - /xmlgraphics/fop/trunk/src/documentation/skinconf.xml

Author: jeremias
Date: Mon Jun 27 11:00:17 2005
New Revision: 202022

URL: http://svn.apache.org/viewcvs?rev=202022&view=rev
Log:
This is a work-around for the missing TOC on the FAQ page.
The FAQ stylesheet generates exactly one top-level section ("Questions") and multiple nested sections. Therefore, setting the min-sections value to "3" disables the TOC for the FAQ page. It would be great if one could override this value on a single page to force the TOC to appear.

Modified:
    xmlgraphics/fop/trunk/src/documentation/skinconf.xml

Modified: xmlgraphics/fop/trunk/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/documentation/skinconf.xml?rev=202022&r1=202021&r2=202022&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/skinconf.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/skinconf.xml Mon Jun 27 11:00:17 2005
@@ -119,7 +119,7 @@
   @location ("page","menu","page,menu", "none")
    Where to show the TOC.
   -->
-  <toc max-depth="2" min-sections="3" location="page"/>
+  <toc max-depth="2" min-sections="1" location="page"/>
 
   <!-- Heading types can be clean|underlined|boxed  -->
   <headings type="underlined"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org