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]

Chunk Problem


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?

Tilo Lier








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