Re: [xsl] Re-work "main" template output?

Subject: Re: [xsl] Re-work "main" template output?
From: Ragulf Pickaxe <ragulf.pickaxe@xxxxxxxxx>
Date: Wed, 7 Dec 2005 10:07:25 +0100
Hi Phil,

> What I'd like to be able to do is allow the "main" template to
> apply-templates as normal, but then capture the output and pass that
> through another template...

This requires a two-phase transformation. If you want it done in the
same stylesheet, you will have to use extension nodeset function.

> ...so that I can re-write urls to add session
> information.

You may be able to accomplish what you want in another way. If you
provide a small sample, and desired output, people may help you get
what you want.

Regards,
Ragulf Pickaxe :-)

Current Thread