You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Hauck, Joe" <JH...@lca.com> on 2002/10/02 16:20:59 UTC

Which is the fastest java xsl transformer

Hello all,

I have a servlet intranet application that gets information from the
database, converts it to xml, and then sends the xml with an xsl header
back to the client.  The client (which is Internet Explorer) then does
the xsl transformation and displays the html result.

I would like to possibly do this on the application side rather than on
the client side, and I was wondering which xsl transformer is the
fastest?

Thanks for your input.

Joe.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Which is the fastest java xsl transformer

Posted by Jean-Francois Arcand <jf...@apache.org>.
I don't know if its the fastest, but Xalan is one of the most popular:

http://xml.apache.org/xalan-j/index.html

-- Jeanfrancois


Hauck, Joe wrote:

>Hello all,
>
>I have a servlet intranet application that gets information from the
>database, converts it to xml, and then sends the xml with an xsl header
>back to the client.  The client (which is Internet Explorer) then does
>the xsl transformation and displays the html result.
>
>I would like to possibly do this on the application side rather than on
>the client side, and I was wondering which xsl transformer is the
>fastest?
>
>Thanks for your input.
>
>Joe.
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>  
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>