Re: [xsl] Calling templates based on node contents

Subject: Re: [xsl] Calling templates based on node contents
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 18 Aug 2004 13:37:45 +0100
  <xsl:call-template name="concat(contentFieldElement, '_', contentFieldStyle)" />

If you _do_ need separate templates for separate cases you are probably
looking for 

<xsl:apply-templates/>

...

<xsl:template match="contentField[contentFieldElement='aaaa' and contentFieldStyle='bbbb']">
...
</xsl:template>

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread