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:25:06 +0100
  basically trying to find a way of doing this:

  <xsl:call-template name="concat(contentFieldElement, '_', contentFieldStyle)" />

why do you want to use named templates?

Does the outline that I posted not do more or less what you need?

that uses matching templates and just uses this 
concat(contentFieldElement, '_', contentFieldStyle)"
string as needed within the 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