This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

different templates


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@globalpark.de


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]