bibxml-service icon indicating copy to clipboard operation
bibxml-service copied to clipboard

month value empty?

Open reschke opened this issue 9 months ago • 3 comments

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

reschke avatar May 28 '24 15:05 reschke