XSL bracket nested in HTML a tag

Subject: XSL bracket nested in HTML a tag
From: "LOUIS,PATRICK (HP-UnitedKingdom,ex1)" <patrick_louis@xxxxxx>
Date: Thu, 31 Aug 2000 16:37:07 +0200
Hi all,
I'm currently writing an XSL file in order to transform an XML file into
HTML.
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?

thanks

Patrick


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread