[xsl] different templates

Subject: [xsl] different templates
From: Ingo Friepoertner <friepoertner@xxxxxxxxxxxxx>
Date: Mon, 29 Oct 2001 10:29:33 +0100
Hi list,

I (think I) need 2 different apply-templates which match the same xml node in a stylesheet.
How can I do this without conflicts?


<xsl:template match="var"> <!-- foo --> </xsl:template>
<xsl:template match="var"> <!-- bar --> </xsl:template>

Well, there must be a simple solution ...
Problem: I need the elements and id's from 'vars' in different parts of html output.


Greets,

Ingo

--
Ingo Friepoertner
friepoertner@xxxxxxxxxxxxx


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread