Search found 1 match

by kwolters
Wed Nov 29, 2006 2:10 pm
Forum: XSLT and FOP
Topic: Using XSLT to Render a JSP Page
Replies: 0
Views: 5960

Using XSLT to Render a JSP Page

Hi, I have a problem when using JSP in XSLT Stylesheets. I have one XSL Stylesheet "Product.xsl" which includes a Stylesheet "Input.xsl" In Product.xsl I call a JSP command ( request.getQueryString()). I save this in a variable. This variabel shall be put in a function in Main.xs...