[Home] [By Thread] [By Date] [Recent Entries]
> i have a problem to set a HTML - link in my xsl file dynamically to a
> special file.
> <xsl:variable name="tif" select="col/@physname"/>
> <a href="$tif">
You want <a href="{$tif}">
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



