Re: MARC::* concern (Re: MARC::File::XML suggestion)

2006-07-14 Thread Thomas Dukleth
On Fri, July 14, 2006 2:17 pm, Edward Summers wrote: > This is all fine, but lets talk in unit tests for MARC::Record if we > can. They will make plain what the actual behavior is ... I was commenting here about my concern raised by the findings of Paul Poulain. I had no test of my own showing an

Re: MARC::* concern (Re: MARC::File::XML suggestion)

2006-07-14 Thread Edward Summers
This is all fine, but lets talk in unit tests for MARC::Record if we can. They will make plain what the actual behavior is, and will let us talk about what the preferred behavior could be. Sorry to be so short, but there's only so much time in the day. //Ed On Jul 13, 2006, at 2:55 PM, Tho

MARC::* concern (Re: MARC::File::XML suggestion)

2006-07-13 Thread Thomas Dukleth
The MARC record management libraries need to allow management of the legacy records we actually have and the records that existing systems currently use. Some problems that MARC record management libraries need to manage: 1. CHARACTER VARIANCE FOR FIELD CODES. Large union catalogue systems such

Re: MARC::File::XML suggestion

2006-07-13 Thread Edward Summers
On Jul 13, 2006, at 12:41 PM, Paul POULAIN wrote: sometimes, I parse XML that contains invalid subfieldcode (like a capital letter) M::F::X definetly dies in this case. MARC::Field seems to allow a subfield with a capital letter--as it should since there really is no requirement that subfie

MARC::File::XML suggestion

2006-07-13 Thread Paul POULAIN
Hello all, sometimes, I parse XML that contains invalid subfieldcode (like a capital letter) M::F::X definetly dies in this case. Could it be possible to have an option that deals with invalid subfieldcodes : * die (actual behaviour) * drop (drop the subfield) * ignore (integrate the subfiel