XSL and HTML attributes

admin

Administrator
Staff member
I am trying to write the following tranformation:<p><img src=http://forums.devx.com/archive/index.php/"<xsl:value-of select="Filename"/>.gif"></p>When I load the xsl into IE5.5 to check if it is well formed the followingerror occurs:The character'<' cannot be used in an attribute value. Line 11, Position 17<p><img src=http://forums.devx.com/archive/index.php/"<xsl:value-of select="Filename"/>.gif"></p>----------------^Any ideas on how to solve this gratefully received.ThanksPat Long
 
Back
Top