Closed ajeanmahoney closed 1 year ago
The fix for this should focus only on bibxml-rfc.
Although it seems trivial, this issue is blocking the publication of RFCs
kramdown-rfc will continue to delete target attributes for RFC and I-D references, which will cause xml2rfc to generate useful links in the renderings used during work on I-Ds. Please make sure that we don't make changes that would break this.
This issue was fixed with https://github.com/ietf-tools/bibxml-service/pull/340 . However, there seems to be additional changes requested at #341 . I will close this but feel free to reopen if you think it shouldn't be closed just yet.
Describe the issue
Now that the
<format>
element has been removed from bibxml entries, the target attribute for the<reference>
element needs to be explicitly set and have the following construction for RFC URLs:https://www.rfc-editor.org/info/rfcNNNN
For example
<reference anchor="RFC5882" target="https://www.rfc-editor.org/info/rfc5882">
Code of Conduct
- [x] I agree to follow the IETF's Code of Conduct
Describe the issue
Now that the
<format>
element has been removed from bibxml entries, the target attribute for the<reference>
element needs to be explicitly set and have the following construction for RFC URLs:https://www.rfc-editor.org/info/rfcNNNN
For example ``