On Thu, 17 Oct 2002, Marcial Atienzar Navarro wrote:

>   I need to use xSL with JSP. I'm using jboss and oc4-j, is it
> possible? I know something about coocon, but i don't want to use it.
>   A lot of thanks,

You can use the standard tags provided by JSTL to perform XSLT
transformations.  In particular, JSTL has an <x:transform> tag that lets
you output or store the result of an XSLT transformation from within a JSP
page.

See http://java.sun.com/products/jstl for more information on JSTL.

--
Shawn Bayern
"JSTL in Action"   http://www.jstlbook.com

===========================================================================
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to