[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Koha-devel] marc stuff
From: |
Tonnesen Steve |
Subject: |
Re: [Koha-devel] marc stuff |
Date: |
Thu May 16 11:28:03 2002 |
On Thu, 16 May 2002, paul POULAIN wrote:
> I've commited my marc stuff in the main branch.
> I've done this because when i asked for a marc branch i thought the main
> branch was the stable one. As Chris explains me it was the dev one, i
> think we don't need a marc branch. Why ? Because I want the
> marc-compliance for september-02, so i will have a hard work on it, and
> it should be in the next release (1.4 ?)
>
> Hope kiwis have had a good night, and americans will have to.
And Canadians? :)
I have a Marc schema question for you Paul, if you're still around
today...
How do I store the following tag:
100 a Dolch, Edward W.
q (Edward William),
d 1889-1961
in marc_1XX_tag_table I'd put:
bibcode=1234
tagnumber=100
tagorder=1
indicator=##
tagvalue=Dolch, Edward W.
valuebloblink=NULL
I seem to be missing the subfield code, and I need a unique id for the
record for editing purposes. Did you intend to put a separate record in
marc_1XX_tag_table for each subfield? We'd also need some way to tie all
the subfields of a given tag together.
Steve.