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 x
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 poss