> 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
|