Re: problem with MARC::File::XML on RH 5 64bits
[email protected] ("Ed Summers")
| Newsgroups | perl.perl4lib |
|---|---|
| Message-ID | <[email protected]> |
It looks like you don't have an XML parser installed that supports the features that M::F::X requires: use XML::SAX qw(Namespaces Validation); Try executing that, and see if you get a similar exception. FWIW Namespace support is required for the version of MARC::File::SAX that is in CVS since it now uses LocalName rather than Name to determine a tag name. //Ed