Subject: XSL and inserting values in HTML
From: "Henrik Andersson" <henrik.andersson@xxxxxxxxxxx>
Date: Thu, 26 Oct 2000 11:24:41 -0400 (EST)
|
Hi,
I?´m trying to build customized
links that are used in ASP when clicked on.
I now wonder how I can build
a link that looks like this.
agenda.asp?action=del;amp&id=2
where the number 2 is coming from the XML.
I have tried the following but it don?´t work.
<a href="agenda.asp?action=del;amp&id= <xsl:value-of select="ID" />
>click</a>
I know that there are a value in ID, but I dont
get in the HTML.
I?´m also very new to XSL, so this might be a really easy
thing to fix.
Thanks in advance.
Yours:
// Henrik Andersson
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|