[OT] Which is the fastest XML/XSL engine?

2002-08-30 Thread mmaunder
Hi, This is rather off topic, but since I will be running this under mod_perl: What is the fastest technology available for transforming XML using XSL under perl/mod_perl on apache? The only perl api I'm aware of is XML::XSLT which is not particularly fast. I'd like to do transforms in

Re: [OT] Which is the fastest XML/XSL engine?

2002-08-30 Thread Eric Cholet
--On vendredi 30 août 2002 09:40 +0100 [EMAIL PROTECTED] wrote: Hi, This is rather off topic, but since I will be running this under mod_perl: What is the fastest technology available for transforming XML using XSL under perl/mod_perl on apache? The only perl api I'm aware of is XML::XSLT

Re: [OT] Which is the fastest XML/XSL engine?

2002-08-30 Thread mmaunder
Thanks very much for your super fast replies. LibXSLT looks awesome. I found some benchmarks which you're probably aware of: http://iterx.org/essays/2002/02/22 Thanks again, Mark. On Fri, Aug 30, 2002 at 09:53:49AM +0100, Ben Ausden wrote: What is the fastest technology available for

RE: [OT] Which is the fastest XML/XSL engine?

2002-08-30 Thread Ben Ausden
What is the fastest technology available for transforming XML using XSL under perl/mod_perl on apache? The only perl api I'm aware of is XML::XSLT which is not particularly fast. I'd like to do transforms in realtime for a high traffic site. Try the XML::LibXML and XML::LibXSLT modules,