Hi, I have uploaded version 0.91 of MARC::File::XML to CPAN. This release also includes changes to its sibling module MARC:File::SAX. Changes from 0.88 include:
0.91 Tue Jul 28 2009 - Nixing the stray space (always been there) in the schemaLocation attribute for single-record output - Properly apply the leader modification for USMARC to signal UTF-8 encoding. - Escape '<', '>', and '&' used as indicator values and subfield labels during XML output (Bill Erickson) - CPAN RT#34082: clarify names of header output switches 0.90 Fri Dec 14 2007 - modifications to MARC::File::SAX to use LocalName rather than Name Name can contain a namespace prefix and cause parsing to fail Should be ok to rely on LocalName since the parser factory is requiring Namespace support? - MARC::File::SAX also can build up multiple records now, for use in other SAX contexts like Net::OAI::Harvester. This required a few changes in MARC::File::XML as well. Committers and patch contributors to this release are Galen Charlton Bill Erickson Jeff Godin Mike Rylander Ed Summers Thanks also to Dan Scott for pushing to get this out the door. Regards, Galen Charlton gmcha...@gmail.com