It's a test performed by a coworker of mine.
He used Xalan.
The things he did to speed things up were:
  - install the hotspot vm
  - don't use a too complex stylesheet ;-)
  - tell xalan to compile the stylesheet
  - use this stylesheet over and over again
  - let hotspot optimize things while running
The first several translations did take 300 - 500 ms, but after 100
iterations or so the translation time came down to about 30 ms.

good article with xslt processors benchmarking results here:
http://www.xml.com/pub/a/2001/03/28/xsltmark/index.html
and here: http://www.xml.com/pub/a/2001/03/28/xsltmark/results.html

regards,
                        Paul Siegmann

Matthias Carlsson wrote:

>
> I'm just wondering what you're using to transform your XML-data? I'm
> currently
> using Xerces 1.2.1 to transform a DOM-object with a XSL-document (loaded
> from
> a file) and I'm having problem with the performance.
> My development machine is a P3 550 with 384 Mb RAM and it takes about
> 300-500 ms
> to transform a single DOM-object! Obviously, I must be doing something
> wrong.
>
> Would you mind sharing your transforming code? I'd be very grateful.
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to