Re: DOCBOOK: Docbook et xsl

From
=?JRN-8859-1?P?Car=F1th_H=F1bor?=
Date
2002-06-19T09:00:41+00:00
ID
1024477923.379.24.camel@silicosaur
Thread
Re: DOCBOOK: Docbook et xsl
On Wed, 2002-06-19 at 10:02, Th Templ wrote:
> Hello,
> 
> I try to use Docbook with the xsl files of Norman Walsh and the saxon xslt 
> engine. Is it possible to make several html files from a docbook xml file as 
> with dsssl engine ( jade ).

Try chunk.xsl - it produces multiple html files.
Place this line into your driver file:
<xsl:import href="path/to/chunk.xsl"/>

G.