Any applicable parameter you should probably write in your XML document ...
you can then apply parameters (applicable to the DOM) using XSL.

It sounds like you're using the JRUN XSLT tag - have you had any success?
We haven't been able to get the thing to work.

N

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Adinolfi Giovanni
Sent: Wednesday, December 06, 2000 11:17 AM
To: [EMAIL PROTECTED]
Subject: [JSP-INTEREST] pass parameter to XSL via JSP


Hi,
I have un question:

how I able to pass an parameter to XSL via JSP before XSLTAG tag?
for example:

<xsltlib:apply xml="/foo.xml" xsl="/foo.xsl"/>

have tag for set parameter via "processor.setStylesheetParam("param1",
processor.createXString(var1))"??

tanx for your time

Giovanni

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to