[xsl] value for href

Subject: [xsl] value for href
From: Scott Hofmann <hofmanns@xxxxxxx>
Date: Thu, 18 Oct 2001 16:11:23 -0400
I put the below line of code into an .XSL file and it complains that the value of attribute "href" must not contain the '<' character.

<td bgcolor="lightsteelblue"><b>URL</b>: <a href="<xsl:value-of select='SiteURL'/>"><xsl:value-of select='SiteURL'/></a></td>

So how could i format this line so the value for <xsl:value-of select='SiteURL '/> gets inserted into the <a href> area?

Scott
--

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


Current Thread