atom feed7 messages in org.oasis-open.lists.docbook-appsRe: DOCBOOK-APPS: How to structure XS...
FromSent OnAttachments
Dan YorkJul 30, 2001 1:02 pm 
Dave Brooks, BCS SystemsJul 30, 2001 2:31 pm 
Jack CushmanJul 30, 2001 2:32 pm 
Jirka KosekJul 30, 2001 2:32 pm 
Bob StaytonJul 30, 2001 4:20 pm 
Bob StaytonJul 30, 2001 4:40 pm 
Norman WalshAug 4, 2001 3:52 pm 
Subject:Re: DOCBOOK-APPS: How to structure XSL stylesheets for chunking andnon-chunking
From:Norman Walsh (nd@nwalsh.com)
Date:Aug 4, 2001 3:52:53 pm
List:org.oasis-open.lists.docbook-apps

/ Dan York <dyo@e-smith.com> was heard to say: [...] | Well, does anyone have a better way to do this? Is there any way to | NOT have to have two separate stylesheets for chunking or non-chunking? | Is there a way I can have *one* call and call it differently?

Not that I can see. It can't (practically) be done with a parameter because chunking is implemented in XSLT by redefining the template used for all the "chunked" elements and then using xsl:apply-imports to get the content of the chunk.

I suppose it would be possible to use named templates and a parameter, but, uh, I think the current solution is better. :-)

Be seeing you, norm