Re: [xsl] RE: Saxon via Ant - Getting started

Subject: Re: [xsl] RE: Saxon via Ant - Getting started
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Mon, 04 Feb 2013 11:01:18 +0000
It seems that the docbook1 stylesheets rely on the XSLT processor supporting one of saxon:output, exsl:document, or (xalan) redirect:write.

Seems a shame that this should still be the case in 2013 - I don't know if the XSLT 2.0 version of docbook has advanced. Meanwhile it would be very easy to write an overlay for the templates in chunker.xsl that work with xsl:result-document if available. You can probably just take the module as written and replace "saxon:output" by "xsl:result-document".

Michael Kay
Saxonica

On 04/02/2013 10:11, Kerry, Richard wrote:
Don't know how to chunk with Saxonica

Current Thread