-
Notifications
You must be signed in to change notification settings - Fork 5
MARCXML
ブルナ・リチャード edited this page Mar 25, 2021
·
6 revisions
Zpracovani MARCXML.
Zobrazeni kodovaneho zaznamu:
print(metadata.__str__().encode('utf-8'))
IO
from pymarc import marcxml def validate(record): IDENT = record['001'].value() .... marcxml.map_xml(validate, 'data.xml')
Custom Sidebar