Re: Which is the fastest java xsl transformer

2002-10-02 Thread Jean-Francois Arcand
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

Which is the fastest java xsl transformer

2002-10-02 Thread Hauck, Joe
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