[OPEN-ILS-DEV] Error on editing MARC record

Lindsay Wicomb lindsay.wicomb at bdsolutions.co.za
Fri Nov 7 05:23:53 EST 2008



Hi Dan.

I ran the SQL string and received the following output:

 marc
------

(1 row)

Any suggestions regarding what other areas to look at in terms of the
Evergreen system that might be causing this problem?

Thanks


> This sounds vaguely familiar - I believe there were fixes for
> MARC21XML namespaces and the like (with complications depending on the
> underlying versions of libxml2 and the corresponding Perl modules for
> XML handling) post-1.2.3.0. Can you extract a sample record from
> biblio.record_entry and attach or paste it inline?

> Issuing the following command in psql should do the trick:

> SELECT marc FROM biblio.record_entry LIMIT 1;

> Here's an example of MARC21XML from Evergreen trunk on Ubuntu Hardy
> (snipped because this is enough to get an idea):

> <record xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns="http://www.loc.gov/MARC21/slim"
> xmlns:marc="http://www.loc.gov/MARC21/slim"
> xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/
> standards/marcxml/schema/MARC21slim.xsd">
>  <leader>01181cjm  22002533a 4500</leader>
>  <controlfield tag="001">13724622</controlfield>
>  <controlfield tag="005">20081105193657.0</controlfield>
>  <controlfield tag="007">sd fsngnnmmned</controlfield>
>  <controlfield tag="008">040920s2002    xxuuun              > > 
> eng</controlfield>

> -- 
> Dan Scott
> Laurentian University



More information about the Open-ils-dev mailing list