Hi everyone.
I'm trying to design a jsp page similar to the following:

static xml
<myTagLibrary:dynamicXML>...</..>

<myTagLibrary:XSLStyle  sheet="..."  source=?this?>

I'd like to get the previous output of the jsp(which will now be an XML
document) and transform
it into html using XSL. Is it possible to get access to the output stream
and change it? Or do I need
a different approach? I've tried several variations so far without any luck.

thanks,
Joe Milora

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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