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]

XSL and inserting values in HTML


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

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