How to pass parameters from JSP to XSL stylesheet?
- by Alex
I want to pass some parameters (e.g string parameter = request.getParameter("blah")) from JSP page to XSL stylesheet for purposes of filtering the XML file based on some criteria which is the parameter to be passed. Is there any way how I can do it??