Re: ANN: XML::Xalan 0.32
by Duncan Cameron other posts by this author
Dec 5 2001 8:49AM messages near this date
view in the new Beta List Site
dgnorm (was: Re: ANN: XML::Xalan 0.32)
|
[ANNOUNCE] RDF::Notation3 0.50
On 2001-11-30 Edwin Pratomo <edwin@[...].org> wrote:
> Hi,
>
> I've just uploaded XML::Xalan 0.32 to PAUSE. will reach CPAN mirrors
> soon.
> In this release Makefile.PL and Xalan.xs have been fixed to make it
> compile flawlessly under win32,
> with MSVC++ 6.0 SP3.
>
> XML::Xalan is a Perl interface to Xalan C++, a fast XSLT processor which
> fully compliant with XSLT 1.0 spec.
> This module supports compiled stylesheet, parsed source, and user
> defined extension function in Perl.
>
> Since version 0.30, it provides SAX2 handlers, so it can transform
> documents parsed by any Perl SAX2 conformant parser.
> Tested with XML::SAX::PurePerl and XML::LibXML::SAX::Parser.
Works with XML::SAX::Expat too!
It seems to be astoundingly fast. I've run Matt's benchmark.pl
and Xalan is generally 2/3/4x the throughput of LibXSLT,
which is itself slightly faster than Sablotron. But on some
test cases Xalan is 15x the throughput. This is on a Win98
machine so the meaurements are not going to be necessarily
accurate or repeatable.
The only problem was having to download a 23Mb Apache Xalan
Win32 distribution. Wouldl it be possible to bundle the
appropriate dll's (there seem to be 12 Xalan dlls and one
Xerces dll, in total about 3Mb) into the Perl package?
Regards
Duncan
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
http://listserv.ActiveState.com/mailman/listinfo/perl-xml
|