[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CDSware as metadata provider
Hi Martin,
> It seems that the letter capital ``O'' got replaced by number ``0'' in the
place of ind2.
OK I corrected this error (0 instead of O) and I also changed a bit the
structure of the XML (cf below) although I don't know if it was necessary.
I am still unable to see the record with
http://ditdevpc1.epfl.ch/oai2d.py?verb=ListIdentifiers&metadataPrefix=oai_dc&set=cern%3Atheory.
[...]
<datafield tag="909" ind1="C" ind2="O">
<subfield code="p">cern:theory</subfield>
</datafield>
<datafield tag="909" ind1="C" ind2="O">
<subfield
code="o">oai:ditdevpc1.epfl.ch:CERN-TH-2002-069</subfield>
</datafield>
[...]
is now
[...]
<datafield tag="909" ind1="C" ind2="O">
<subfield code="p">cern:theory</subfield>
<subfield
code="o">oai:ditdevpc1.epfl.ch:CERN-TH-2002-069</subfield>
</datafield>
[...]
After that I [bibupload -r 304.xml] at this stage should I also run
bibreformat or run any other CLI tools?
What is strange is when I run bibupload only the content of 909_Op is
recorded into MySQL table bib90x and not the content of 909_Oo is it normal
?
Furthemore if I check the HTML MARC there is also only 909_Op which is
visible http://ditdevpc1.epfl.ch//search.py?recid=304&ln=en&of=hm
but
if I check the XML MARC both are visible 909_Op and 909_Oo
http://ditdevpc1.epfl.ch//search.py?recid=304&ln=en&of=xm is it normal ?
Regards,
Gil
|