RE: [xsl] HTML link dynamically for specified file

Subject: RE: [xsl] HTML link dynamically for specified file
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 31 Jul 2001 10:48:28 +0100
> 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


Current Thread