This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]