How to pass parameters from JSP to XSL stylesheet?
Posted
by Alex
on Stack Overflow
See other posts from Stack Overflow
or by Alex
Published on 2010-05-19T11:57:37Z
Indexed on
2010/05/19
12:00 UTC
Read the original article
Hit count: 211
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??
© Stack Overflow or respective owner