This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: value for href


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

Tim Watts

> -----Original Message-----
> From: Scott Hofmann [mailto:hofmanns@one.net]
> Sent: Friday, 19 October 2001 6:11 AM
> To: xsl-list@lists.mulberrytech.com
> Subject: [xsl] value for href
> 
> 
> 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
> 

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]