OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Issues with 1.76.0


All,
I just filed two bug reports to cover these issues. #1 was confirmed by Christofhe Haro on the docbook email list.
 
1.  #3067315  https://sourceforge.net/tracker/?func=detail&aid=3067315&group_id=21935&atid=373747
2.  #3067316  https://sourceforge.net/tracker/?func=detail&aid=3067316&group_id=21935&atid=373747
 
Regards,
Dean Nelson
 
 
 
In a message dated 09/08/10 09:55:41 Pacific Daylight Time, deannelson writes:
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>
 
 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]