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:06:34 +0100
  very simple HTML...

  from the <xsl:template match="." mode="defaultField_A"> template:
  <a class="defaultField_A" href="Default url text -- please update">Default text -- please update</a>

yes but that doesnt tell us how you want the output to depend on teh
input.
 <xsl:template match="." 
is _very_ strange construct it matches any node whatsoever, so really
disables the entire template matching process (which is why you were
having difficulties I expect)

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