I hope this one helps. This is what I did to make successful installs of
KOHA.
http://docs.google.com/View?id=dcpxsrm3_56dx5gtmdv
Best of Luck.
2010/1/14 Chris Nighswonger
> Hi Joe
>
> On Tue, Jan 5, 2010 at 12:42 PM, Joe Ellis wrote:
>
>>
>> On Jan 5, 2010, at 3:25 AMESTTuesday1/5/10, Paul
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
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?