ietf-tools / relaton-data-ids

Bibliographic data information for Internet-Drafts in Relaton format
7 stars 10 forks source link

(URGENT) "day" of publishing not always parsed correctly #22

Closed ronaldtse closed 2 years ago

ronaldtse commented 2 years ago

This is a bug in the Relaton BibXML parsing code. The data source is not parsing the "day" correctly:

https://github.com/ietf-tools/relaton-data-ids/blob/a2d55f1d00fd38720fcdf9d4383f2054a96be10d/data/draft-ietf-core-oscore-groupcomm-14.yaml#L24

The original BibXML from Datatracker shows the following:

      <date month="March" day="7" year="2022" />

Perhaps there is an assumption that day is always double digit while it also appears in single digits?

ronaldtse commented 2 years ago

This is now fixed: https://github.com/ietf-tools/relaton-data-ids/blob/60f22d03571c8eb35ed8e55a1fde993854b5dcac/data/draft-ietf-core-oscore-groupcomm-14.yaml#L24