Try something like this:
Dim XSLTDoc As New XslTransform()
Dim XSLTArgs As New XsltArgumentList()
XSLTArgs.AddParam("column", your namespace, value of column)
XSLTDoc.Load(XLST File)
XSLTDoc.Transform(XML Document, XSLTArgs, Output)
I hope i could help you
cu, Michael
-----Urspr=FCngliche Nachricht-----
Von: Pallone, Claudio [KMR-SPC] [mailto:Claudio.Pallone@k...]
Gesendet: Donnerstag, 1. August 2002 18:31
An: ASPX_Professional
Betreff: [aspx_professional] PASSING PARAMETER TO XSLT USING ASP.NET
Hi,
Could someone please provide some sample code of how to pass a parameter
to an xsl file.
I will have a link a a web page with parameters :
column.aspx?column=3D1,2,3
I nedd use the request.querystring("column") to retrive the paremeters.
However I do not know how to pass the parameter to my xsl stylesheet
that has a global param set
<xsl:param name=3D"column"/>
Cheers,
Claudio
BMRB International
http://www.bmrb.co.uk +44 (0)20 8566 5000
____________________________________________________________
This message (and any attachment) is intended only for the recipient and
may contain confidential and/or privileged material. If you have
received this in error, please contact the sender and delete this
message immediately. Disclosure, copying or other action taken in
respect of this email or in reliance on it is prohibited. BMRB
International Limited accepts no liability in relation to any personal
emails, or content of any email which does not directly relate to our
business.