User: vladimir
  Date: 01/02/10 17:06:44

  Modified:    src/docs jboss.xsl
  Log:
  new stylesheet
  
  Revision  Changes    Path
  1.2       +3 -2      manual/src/docs/jboss.xsl
  
  Index: jboss.xsl
  ===================================================================
  RCS file: /products/cvs/ejboss/manual/src/docs/jboss.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jboss.xsl 2001/02/11 00:04:53     1.1
  +++ jboss.xsl 2001/02/11 01:06:44     1.2
  @@ -9,8 +9,9 @@
                   extension-element-prefixes="saxon xalanredirect lxslt">
        <xsl:import href="docbook/html/chunk.xsl"/>
        <xsl:param name="html.stylesheet">styles.css</xsl:param>
  -     <xsl:param name="toc.section.depth">0</xsl:param>
  -     <xsl:param name="chapter.autolabel" select="0"/>
  +     <xsl:param name="toc.section.depth">1</xsl:param>
  +        <xsl:param name="generate.component.toc">1</xsl:param>
  +     <xsl:param name="chapter.autolabel" select="1"/>
        
        <xsl:template name="header.navigation">
                <xsl:param name="prev" select="/foo"/>
  
  
  

Reply via email to