This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

XSL: problems with figures / chapters /etc numbering


Hello,

I am using the latest version of DocBook XML with the XSL Stylesheets 
and Saxon 6.4 for transformation, the extensions/saxon642.jar file is in 
the classpath when transforming.

Neither in FO nor in HTML transformations will my Fogures, Tables, etc. 
get any numbering. Index generation in general seems to fail.

My driver stylesheet looks is appended.

Any hints on why I get no indexes are greatly appreciated.

Cheers,
Ben

   <xsl:import href="../java/xsl/html/chunk.xsl"/>

   <xsl:param name="admon.graphics" select="'1'"/>
   <xsl:param name="admon.graphics.path">images/</xsl:param>
   <xsl:param name="admon.graphics.extension">.gif</xsl:param>
   <xsl:param name="admon.style"><xsl:text>margin-left: 0.2in; 
margin-right: 0.2in</xsl:text></xsl:param>
   <xsl:param name="generate.qandaset.toc">1</xsl:param>
   <xsl:param name="generate.qandadiv.toc">1</xsl:param>
   <xsl:param name="use.extensions">1</xsl:param>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]