perl-modperl mailing list archives

Site index · List index
Message view « Date » · « Thread »
Top « Date » · « Thread »
From "Ben Ausden" <Benedict.Aus...@navyblue.com>
Subject RE: [OT] Which is the fastest XML/XSL engine?
Date Fri, 30 Aug 2002 08:53:49 GMT
 
> 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, which use the Gnome project's XML and XSLT C
libraries:

http://search.cpan.org/author/PHISH/XML-LibXML-1.52/LibXML.pm
http://search.cpan.org/author/MSERGEANT/XML-LibXSLT-1.51/LibXSLT.pm
http://xmlsoft.org/
http://xmlsoft.org/XSLT/

They're extremely fast, in my experience.


regards,
Ben

Mime
View raw message