Is it possible to pass a public variable set in an C# asp.net codebehind page through to be then used within XSL 1.0?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe so – this would be an example
The parameter date is replaced from within the xslt stylesheet
The XSLT fragement that is replaced looks like this
This is all from MSDN. It works from ASP.Net 2.0 onwards