This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


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

Re: Chunking HTML with Docbook XSLT


Use the docbook/html/chunk.xsl stylesheet instead
of the docbook/html/docbook.xsl stylesheet in your
XSLT command.

chunk.xsl is a customization layer that imports
the docbook.xsl file and other modules, and adds
the chunking templates.  The top of the chunk.xsl
file has a comment that shows what constitutes a chunk.
The first template, whose name="chunk", is the code
that selects what elements become chunks.

bobs

> From: Timothy Briggs <timb@hi8us.demon.co.uk>
> 
> Hi there,
> 
> I'm using Docbook XSLT stylesheets to transform a Docbook reference to HTML,
> but it outputs as one enormous page. Can anyone advise how to flag the XSLT
> process to create separate pages for each chapter and entry, rather as DSSSL
> does.
> 
> Many thanks
> 
> Timothy
> 

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