Re: [xsl] remove white space

Subject: Re: [xsl] remove white space
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 23 Sep 2004 14:36:17 +0100
  <xsl:element name="a">
	  <xsl:attribute name="href">
		  <xsl:value-of select="."/>
		  <xsl:text>.htm</xsl:text>
	  </xsl:attribute>
  </xsl:element>

The above is fine but could more easily be written as

<a href="{.}.htm"/>

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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