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]

Re: Trying to quite down the XSL stylesheets


On Thu, Feb 14, 2002 at 09:00:29AM +0100, Jochen Hein wrote:
> 
> The stylesheets write something like
> 
> Writing anhang-vi.html for appendix(anhang-vi)
> 
> for every chunk.  That clutters the display and my hide other more
> serious messages.  chunker.xsl contains:
> 
> <xsl:template name="write.chunk">
>   <xsl:param name="filename" select="''"/>
>   <xsl:param name="method" select="$output.method"/>
>   <xsl:param name="encoding" select="$default.encoding"/>
>   <xsl:param name="indent" select="'no'"/>
>   <xsl:param name="content" select="''"/>
>   <xsl:param name="quiet" select="0"/>
> 
>   <xsl:if test="$quiet = 0">
>     <xsl:message>
> 
> But both quiet=0 as a saxon parameter and 
>   <xsl:param name="quiet">1</xsl:param>
> in my stylesheet driver don't change the situation.  Do I miss
> something?  

This is a bug in the XSL stylesheets, for which I submitted
a bug report.  I proposed adding a 'chunk.quietly' parameter
to the set of standard parameters to control that feature.

-- 

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
Caldera International, Inc.                 fax:   (831) 429-1887
                                            email: bobs@caldera.com


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