Subject: Re: passing xsl:value-of to HREF
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Mon, 06 Jan 2003 16:00:26 +0200
|
Lee, Insoo wrote:
Hi, in my XSL, I need to pass a value from XML to "href", but int
complains about "<", how would handle this?
THanks
<tr>
<td align="right"><a
href="http://myserver.com:8881/sp/xmlReport?contentType=excel&reportType
=rates&FUND=<xsl:value-of select="TIME_ZONE">"><img
src="/fd/images/bottom_nav_download.gif" width="157" height="21"
border="0"/></a></td>
</tr>
Read about AVT, the reality is much simpler:
<td align="right"><a
href="http://myserver.com:8881/sp/xmlReport?contentType=excel&reportType
=rates&FUND={TIME_ZONE}">
--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|