Hi All,
Does someone make any benchmark for diferents XSLT/XML parsers vendors ?
Which one hasthe best performance ?
if you are using one XSLT/MXL package eg (Xalan/Xerces) and want to change to another vendor, the migration is transparent from the java code point of view ?.
I need advices ?
Thanks a lot !!!!
-
performance of XSLT (3 messages)
- Posted by: Cristian Roldan
- Posted on: September 27 2002 03:16 EDT
Threaded Messages (3)
- performance of XSLT by Fredrik Borgh on October 21 2002 03:23 EDT
- performance of XSLT by Fredrik Borgh on October 21 2002 03:25 EDT
- performance of XSLT by Omar Tazi on October 23 2002 03:15 EDT
- performance of XSLT by Fredrik Borgh on October 21 2002 03:25 EDT
-
performance of XSLT[ Go to top ]
- Posted by: Fredrik Borgh
- Posted on: October 21 2002 03:23 EDT
- in response to Cristian Roldan
Cristian,
I've tried out Xerces/Xalan, Crimson/Xalan and Crimson/Saxon and have to say that Saxon seems like the best of the two when it comes to memory usage and performance. The XML parser I've used is Crimson, which is not that good on big documents. You might want to look into Piccolo, an open source SAX parser which supposedly is really fast on both small and big documents.
Regards,
Fredrik...
-
performance of XSLT[ Go to top ]
- Posted by: Fredrik Borgh
- Posted on: October 21 2002 03:25 EDT
- in response to Fredrik Borgh
I forgot, if you're using the standard javax.xml.transform classes and interfaces and rely on the implentation handle the implementation classes then your Java code won't be affected. I switched from Xalan to Saxon seamlessly!
Fredrik... -
performance of XSLT[ Go to top ]
- Posted by: Omar Tazi
- Posted on: October 23 2002 03:15 EDT
- in response to Fredrik Borgh
If you consider XML/XSLT development, I suggest you take a look at this product built by a few Cocoon enthousiasts:
http://www.orbeon.com/oxf/
Cheers.