xml2rfc
xml2rfc copied to clipboard
Some drafts don't get a "Internet-Draft:" in their header block in HTML
Describe the issue
Some drafts don't have "Internet-Draft:" in their header block. For example, see https://www.ietf.org/archive/id/draft-bray-unichars-06.html; https://www.ietf.org/archive/id/draft-ietf-dnsop-rfc8109bis-00.html has it correctly.
Code of Conduct
- [X] I agree to follow the IETF's Code of Conduct
This is because of the lack of seriesinfo element [1] under the rfc -> front.
But text output doesn't seem to care about this attribute add Internet-Draft to the header.
So this might be a possible bug in text output.
[1] https://ietf-tools.github.io/xml2rfc/#name-seriesinfo
It seems like a bug in the output, and seriesInfo is not yet required. That needs to be fixed in RFCXML 3.1.
Yes, this is clearly a bug.