Re: [xsl] Stylesheet composition

Subject: Re: [xsl] Stylesheet composition
From: Garvin Riensche <g.riensche@xxxxxxx>
Date: Thu, 15 Nov 2007 19:03:10 +0100
As far as I know, you can't use a temporary tree to compose
stylesheets at all. You have to write the output of one stylesheet,
and read it again in the second.
I should have written "template composition" instead of stylesheet composition. Than it would be possible to save the result of one template in a temporary tree (variable) and apply another template on the result.

regards,
Garvin

Current Thread