`decode-xml` or the handlers seem not to assign record ids
Opened this issue · 0 comments
TobiasNx commented
Wenn testing around Metafacture i found the following:
Internally Metafacture assinges record id
s that can be seen if one encodes as formeta or triples. Usually starting by 1. Except the decoder adjust this as decode-marc21
does. I assumed that handle-marcxml
would assigne the value of 001
as record id. But the record id is empty. See the example:
But not only handle-marcxml
does not assinges record ids but it seem a general isse. handle-generic-xml
also assignes no id.