This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.
To: <sfpug@sf.pm.org>
From: "Stefan" <parallax99@hotmail.com>
Subject: Re: [sf-perl] XSL with Perl
Date: Mon, 23 Jul 2001 15:33:05 -0700
"Khurana, Monica BGI SF" <Monica.Khurana@barclaysglobal.com> wrote:
> I have an XML string generated in my Perl script. I want
> to use XSL on this XML data for sorting and displaying the
> data on the browser. Is there any way I can do this in
> Perl?
Try looking into XML::Sablotron or XML::LibXSLT on cpan.org.
XML::LibXSLT claims to be about 2x as fast as Sablotron for
transformations, but that's taking their docs at word.
There is also XML::XSLT, but it relies on XML::DOM,
which is somewhat less efficient.
===