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]
Other format: [Raw text]

RE: querystring parameters


highly possible,
use  Server.CreateObject("Msxml2.XSLTemplate.3.0")
http://www.dpawson.co.uk/xsl/sect4/N9503.html
sort of a faq, that above.


-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Aniceto López
Sent: 4. februar 2002 17:32
To: xsl-list
Subject: [xsl] querystring parameters


Hi all, newbie question:
this is the way we work:
the asp file is generating the xml asigning also a xsl and transforming.
sometimes when the asp is requested some values are added in the
queryString (i.e.: whatever.asp?msg=sometext&errortype=20)
is there anyway to get this values inside ths xsl from the querystring?
this is the idea: <xsl:variable name="dni" select="querystring.dni.value"/>
but don't know if possible or just one more of my stupid ideas

thanks in advance

Aniceto Lopez

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 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]