xml2rfc icon indicating copy to clipboard operation
xml2rfc copied to clipboard

Generate RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies

Results 100 xml2rfc issues
Sort by recently updated
recently updated
newest added

### Describe the issue The plaintext formatter for tables reserves space in columns for word joiners (which are correctly then not included in the plaintext rendering, leaving some column space...

bug
text

Off topic for the PR, but a couple of those might benefit from slight reorganization - instead of ```python with open(...) as file: s = do_work() file.write(s) ``` you could...

Fixes #1085 This change requires WeasyPrint `>=61.0`. - [x] Generate a valid PDF/A-3B document. - [x] Attach source XML to PDF file.

### Describe the issue The xml2rfc plaintext renderer generates tables that are too wide for an ASR33 teletype. This can be seen at (can't link into .txt): https://datatracker.ietf.org/doc/html/draft-bormann-cbor-notable-tags-10#table-7 https://datatracker.ietf.org/doc/html/draft-bormann-cbor-notable-tags-10#table-12 (Yes,...

bug
text

### Description xml2rfc will warn if deprecated elements (e.g., ``) are used, but it does not warn on the use of deprecated elements like "title" in ``, ``, ``, and...

enhancement

### Description Generate an XML source file embedded PDF/A-3 PDF. With weasyprint it's possible to create PDF/A-3 PDF [^1] and attach files [^2]. [^1]: https://doc.courtbouillon.org/weasyprint/stable/api_reference.html#pdf [^2]: https://doc.courtbouillon.org/weasyprint/stable/api_reference.html#weasyprint.Attachment ### Code of...

enhancement
pdf

`keyword_referencegroup` `type_defect` | by [email protected] ___ A section-number citation for a reference entry that uses "`` yields this error: rfc9000-referencegroup-issue.xml(3876): Error: Expected the target of an `` with a section=...

medium
under_review
component: v3 vocabulary

### Describe the issue From John C Klensin: > ... > Just in case this has not been reported, the text > rendering (at least) seems to get confused about...

bug
text

### Description As mentioned by John C Klensin in tools-discuss [^1], `cref` in `annotation` is missing in all output formats. Test XML: ``` Foobar New Zealand [email protected] Foobar Reference: Test...

bug
text
html
pdf

### Describe the issue The definition list (in Section 4.4 of RFC 9517: https://www.rfc-editor.org/v3test/rfc9517.html) is displaying with varying font sizes in the html output, when using Opera version 79.0.4195.76330 and...

bug
html