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: Chunk Problem


On Wed, Sep 04, 2002 at 06:22:53PM +0200, Tilo Lier wrote:
> Hi!
> 
> I have written some docbook files and successfully transformed them with the
> Docbook XSL Stylesheets 1.49 to Chunked HTML.
> 
> Tody i have downloaded the 1.54.1 XSL Stylesheets and found out, that the
> output is a single file instead of the Chunks.
> 
> I've tried all new Parameters, but nothing changed the problem.
> 
> I'm using SAXON 6.5.
> 
> This are my Parameters in my Custom XSL File:
> 
> <xsl:import href="../docbxsl154/html/chunk.xsl"/>
> 
> <xsl:param name='html.stylesheet' select="'C:\docbook\config\test.css'"/>
> <xsl:param name='html.stylesheet.type' select="'text/css'"/>
> 
> <xsl:param name="chapter.autolabel" select="1"/>
> <xsl:param name="section.autolabel" select="0"/>
> <xsl:param name="generate.chapter.toc" select="1"/>
> <xsl:param name="generate.section.toc" select="0"/>
> <xsl:param name="generate.section.toc.level" select="0"/>
> <xsl:param name="toc.section.depth" select="2"/>
> 
> <xsl:param name="chunk.toc" select="'1'"/>
> <xsl:param name="chunk.tocs.and.lots" select="'1'"/>
> <xsl:param name="root.filename" select="'index'"/>
> <xsl:param name="generate.manifest" select="0"/>
> <xsl:param name="html.ext" select="'.html'"/>
> <xsl:param name="use.id.as.filename" select="'0'"/>
> <xsl:param name="chunk.first.sections" select="1"/>
> <xsl:param name="chunk.section.depth" select="2"/>
> <xsl:param name="base.dir" select="'D:\doku\chunk\'"/>
> 
> Can anyone help?

This is indeed strange.  I used your customization
with Saxon 6.5.2 and DocBook XSL 1.54.1 chunk.xsl
and it did chunk my files.  The only thing I changed
was the base.dir parameter (I'm using Linux, not Windows).

-- 

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]