Re: DOM parser for MARC::File::XML

2010-11-21 Thread Frédéric DEMIANS
Any testing would be gratefully appreciated. I've run some tests. Parsing 1000 MARCXML records gives me this result: - with the current SAX handler: 8.21954107284546 - with new DOM method: 6.30712199211121 Thanks. -- Frédéric

DOM parser for MARC::File::XML

2010-11-14 Thread Galen Charlton
Hi, I've pushed a topic branch to the Git repository for MARC/Perl called use-dom-instead-of-sax [1]. This implements some work I've done to use a DOM parser (specifically XML::LibXML) instead of a SAX parser. Testing indicates that using XML::LibXML is faster than the current SAX implementation