XML Stylesheets - Substitutions

admin

Administrator
Staff member
I need to output an HTML link using something like this:

<td> <a href=http://www.webdeveloper.com/forum/archive/index.php/"<xsl:value-of select="FileLink"/>"> Hello </a> </td>

but that gives a syntax error. Any suggestions?
 
Back
Top