AW: Using Resin's XSL engine in JSP code?

From: Paul Hettl <Paul.Hettl@xxx.de>
Date: Mon Sep 23 2002 - 13:23:11 PDT

If your API uses traxx you will use the style sheet processor, as set by
the system property "javax.xml.transform.TransformerFactory". This
is by default the "resin xsl engine"

Take a look at:
http://www.caucho.com/resin/ref/xsl/xsl-api.xtp

BR,
Paul

-----Ursprungliche Nachricht-----
Von: owner-resin-interest@xxx.com
[mailto:owner-resin-interest@xxx.com]Im Auftrag von Andriy Korud
Gesendet: Montag, 23. September 2002 16:23
An: resin-interest@xxx.com
Betreff: Using Resin's XSL engine in JSP code?

Hi.
I have the following problem. In JSP code I have operator like:

<%
    class.getResultAsXMLString()
%>

And I need to apply XSL transformation to it. Now I'm using third-party
library, like:

<%
    out.println(XMLlib.transform(class.getResultAsXMLString(),
"/WEB-INF/style.xsl"))
%>

And I'm interested if I can utilize Resin's engine for this?

Thanks in advance,
Andriy
Received on Mon 23 Sep 2002 13:23:11 -0700

This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:17:16 PDT