Re: [Koha-devel] Grabbing data from biblioitems.marcxml

2010-01-16 Thread Chris Nighswonger
Hi Rick, On Sat, Jan 16, 2010 at 5:01 PM, Rick Welykochy wrote: > Hi all > > I need to copy some data from the MARC XML field biblioitems.marcxml > into another table in Koha. > > I plan to write a script that calls > C4::Record::marcxml2marc($xml_from_biblioitems) > and then extract what I need

[Koha-devel] Grabbing data from biblioitems.marcxml

2010-01-16 Thread Rick Welykochy
Hi all I need to copy some data from the MARC XML field biblioitems.marcxml into another table in Koha. I plan to write a script that calls C4::Record::marcxml2marc($xml_from_biblioitems) and then extract what I need from the returned MARC record. Would this be the recommended way to proceed?