ietf-tools / bibxml-service

Django-based Web service implementing IETF BibXML APIs
https://bib.ietf.org
BSD 3-Clause "New" or "Revised" License
17 stars 19 forks source link

month value empty? #416

Open reschke opened 5 months ago

reschke commented 5 months ago

Describe the issue

Seen in https://www.rfc-editor.org/refs/bibxml2/reference.ANSI.X3-4.1986.xml:

<?xml version="1.0" encoding='UTF-8'?>

<reference anchor="ANSI.X3-4.1986">
<front>
<title>Coded Character Set - 7-bit American Standard Code for Information Interchange</title>
<author>
<organization>American National Standards Institute</organization>
</author>
<date month="" year="1986" />
</front>

<seriesInfo name="ANSI" value="X3.4" />

</reference>

If the month is not known, it should not appear.

Code of Conduct

ajeanmahoney commented 5 months ago

@reschke, the bibxml at bib.ietf.org does not have the empty month attribute: https://bib.ietf.org/public/rfc/bibxml2/reference.ANSI.X3-4.1986.xml This can be used instead.

reschke commented 5 months ago

Ack.

So is this just an outdated file, not generated by the "new" service?

ajeanmahoney commented 5 months ago

Yes, the long-term plan is that all bibxml files will be served by bib.ietf.org, and the rfc-editor.org website will stop serving them.