ietf-tools / xml2rfc

Generate RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies
https://ietf-tools.github.io/xml2rfc/
BSD 3-Clause "New" or "Revised" License
69 stars 38 forks source link

Possible Datatracker HTMLized bug #1028

Open bobhinden opened 1 year ago

bobhinden commented 1 year ago

Describe the issue

I noticed that in:

https://datatracker.ietf.org/doc/html/draft-templin-intarea-ipid-ext-03

what looks like links in the header to RFC8200 and RFC6864 link to:

https://www.rfc-editor.org/rfc/rfcrfc6864 https://www.rfc-editor.org/rfc/rfcrfc8200

looks like an extra “rfc” in there.

Code of Conduct

kesara commented 1 year ago

This is not a datatracker issue. xml2rfc generates HTML this way. The reason is in rfc element has

updates="rfc6864, rfc8200"

This attribute expects just the RFC number.

kesara commented 1 year ago

To me, RFC 7991 is unclear about what value this attribute should have [1].

[1] https://www.rfc-editor.org/rfc/rfc7991.html#section-2.45.16