Closed ronaldtse closed 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?
This is now fixed: https://github.com/ietf-tools/relaton-data-ids/blob/60f22d03571c8eb35ed8e55a1fde993854b5dcac/data/draft-ietf-core-oscore-groupcomm-14.yaml#L24
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:
Perhaps there is an assumption that day is always double digit while it also appears in single digits?