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]

asp problem


Dear all

I'm new to this list so I hope no one minds me jumping straight in with a
question.

I'm using XSLT on the server to create HTML pages from XML source code,
using ASP to glue everything together. One problem I have is that I need to
use dynamic identification numbers in all querystrings, like this:

<a href="page.asp?member=<%= strMemberNo %>">

Does anyone know whether this is possible using XSL - I had a go at using

<xsl:eval language="VBScript">Response.Write(strMemberNo)</xsl:eval>

but no joy. Any clues would be greatly appreciated.

Edmond


 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]