Subject: Select statement within HREF
From: "SHEIKH Sajjad" <Sajjad.SHEIKH@xxxxxxxxxxx>
Date: Fri, 31 Oct 2003 12:13:33 +0100
|
Hi
I want to use a select statement within anchor hyper ref[=a href].
Example:
<a href="(<xsl:value-of select="@name/>)/(file.xml)">"><xsl:value-of
select="@name"/></a>
So the final result will be as following
For example <xsl:value-of select="@name"/> returns AFC
It will show <a href="AFC/file.xml">AFC</a>
Any help will be appreciated.
Regards,
/s
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|