|
Subject: [xsl] Re-work "main" template output? From: Phillip B Oldham <phillip.oldham@xxxxxxxxxx> Date: Wed, 07 Dec 2005 08:43:58 +0000 |
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" /> <xsl:template name="main" match="/">
<html><body>
<xsl:apply-templates />
</body></html>
</xsl:template>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 so that I can re-write urls to add session information.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Grouping, omprakash . v | Thread | Re: [xsl] Re-work "main" template o, Ragulf Pickaxe |
| [xsl] Grouping, Phillip B Oldham | Date | Re: [xsl] Re-work "main" template o, Ragulf Pickaxe |
| Month |