Hello,

I was wondering if anyone else had experienced these issues with 1.76.0 which 
were not there with 1.75.2. I am trying to get the xref numbering to show up 
and then I discovered that the auto-numbering was not working as well. I am 
using the same XML and XSL that I posted last week.

Issues
1. Auto-numbering doesn't seem to work right - I can get TOC numbering but 
nothing else seems to get auto-numbered. I am including the bare stylesheet 
parameters I am using to do so.

2. Draft mode images are being included but not activated. Since the Draft.Mode 
is set to "maybe" by default, it appears that it is going ahead and trying to 
activate the image and its is showing up as a missing image when FOP tries to 
process the FO.

I was wondering if these are real issues or did I miss something in the docs? 
Should I file a bug report?

Regards,
Dean Nelson


<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0"  
 xmlns:fo="http://www.w3.org/1999/XSL/Format";>

  <!-- Import the  standard stylesheet -->
    <xsl:import 
href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>

    <xsl:param name="xref.with.number.and.title">1</xsl:param>
    <xsl:param name="section.label.includes.component.label">1</xsl:param>
    <xsl:param name="section.autolabel">1</xsl:param>
    <xsl:param name="section.autolabel.max.depth">10</xsl:param>
    <xsl:param name="chapter.autolabel">1</xsl:param>
    <xsl:param name="generate.section.toc.level">2</xsl:param>
    <xsl:param name="toc.max.depth" select="6"></xsl:param>

    <xsl:param name="label.from.part" select="1"></xsl:param>
    <xsl:param name="component.label.includes.part.label" 
select="1"></xsl:param>
</xsl:stylesheet>

Reply via email to