Subject: RE: XSL bracket nested in HTML a tag
From: Thorbjørn Ravn Andersen <TRA@xxxxxxxx>
Date: Thu, 31 Aug 2000 17:27:21 +0200
|
> I'm using an XSL parameter : <xsl:param
> name="server">www.hp.com</xsl:param>
> so, in my XSL file, I want to use :
> <a HREF="http://<xsl:value-of select="$server">">, but guess
> what... It
> doesn't work!
> the parser does not accept bracket within tag.
> Has anybody an idea about how to solve this pb?
You must construct the attribute via the <xsl:attribute> tag to do this.
--
Thorbjørn Ravn Andersen "...and...Tubular Bells!"
http://bigfoot.com/~thunderbear
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|