I should have mentioned that MARC::File::XML uses XML::SAX for XML
parsing. XML::SAX can use a variety of backend XML parsers, but I
believe by default it will use the XML::SAX::PurePerl parser if it
can't find any other ones installed, which is exceptionally slow.
I recommend taking a look at ins
On 1/9/06, Paul POULAIN <[EMAIL PROTECTED]> wrote:
> what am I doing wrong ?
Using Perl? :-)
Seriously though, i'd be interested in DProf [1] output from your
program if you have the energy.
//Ed
[1] http://search.cpan.org/~ilyaz/DProf-19990108/DProf.pm