RE: <xsl:value-of ...> as value of HTML attribute

Subject: RE: <xsl:value-of ...> as value of HTML attribute
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 26 Jun 2000 10:04:05 +0100
> First: Jeni is right about the semantics, but when it comes down to
> performance, this is what works the best.
> 
> 	<xsl:text disable-output-escaping="yes">&lt;option</xsl:text>
> 		<xsl:text> value="</xsl:text>
> 			<xsl:value-of select="Effect"/>
> 		<xsl:text>"</xsl:text>

You might be right, but if you're going to write that sort of code, should
you be using XSLT at all?

Mike Kay 


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


Current Thread