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


No customization for auto-numbering, except :

<xsl:param name="section.autolabel" select="1"/>

Regards,

-- 
Christophe HARO
Christophe.HARO@free.fr
----------------------------

----- "DeanNelson" <deannelson@aol.com> a écrit :

> Thanks for confirming that. I was wondering if it was just me. I have
> deep customizations and when I have to pull them out and just run with
> the bare stock XSL stylesheets, I always wonder if I got it right!
> 
> Dean
> 
> 
> 
> In a message dated 09/08/10 20:38:48 Pacific Daylight Time,
> christophe.haro@free.fr writes:
> 
> 
> Hi all, Dean,
> 
> I agree for auto-numbering ; don't no for draft mode images.
> 
> Regards,
> 
> --
> Christophe HARO
> Christophe.HARO@free.fr
> ----------------------------
> 
> ----- "deannelson" <deannelson@aol.com> a écrit :
> 
> > 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 a ppears 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&gt ;
> > <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>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail:
> docbook-apps-help@lists.oasis-open.org


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