I'm using XSL to transform XML to HTML. Mostly it is working ok, however I get a parse error when trying to output the <xsl:value-of> tag within a html <a> tag:
Code:
<td class="StarText" width="10%">
<a title="Click here for more details" target="_top" href=<xsl:value-of select="//fulldetails"/>>
<img border="0" valign="top" src="http://www2.vebra.com/solex/19998/0099a01010009910039.jpg" /></a>
</td>
I've tried putting the <a> tag and closing tag within
sections, and that didn't work