hassanakbar4 / tractive-test

0 stars 0 forks source link

Historic IPR values are now allowed #360

Closed hassanakbar4 closed 2 years ago

hassanakbar4 commented 6 years ago

component_Version_3_cli_txt resolution_wontfix type_defect | by miek@miek.nl


I'm trying values from https://tools.ietf.org/html/rfc7991#appendix-A.1 But the historic ones are not allowed:

<?xml version="1.0" encoding="utf-8"?>
<!-- name="GENERATOR" content="github.com/mmarkdown/mmark markdown processor for Go" -->
<rfc version="3" ipr="*2026" submissionType="IETF" category="info" xml:lang="en" consensus="false" xmlns:xi="http://www.w3.org/2001/XInclude">

<front>
<title abbrev="The Naming of Hosts">The Naming of Hosts</title><seriesInfo value="2100" stream="IETF" status="informational" name="RFC"></seriesInfo>
...

Leads to:

xml2rfc --text --v3 2100.xml && rm 2100.xml
Parsing file 2100.xml
2100.xml(3): Error: Unknown ipr attribute: *2026
Cannot continue, quitting now

Issue migrated from trac:360 at 2021-10-20 18:27:59 +0500

hassanakbar4 commented 5 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} changed status from new to closed

hassanakbar4 commented 5 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} changed resolution from ` towontfix`

hassanakbar4 commented 5 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} commented


Support for the historic values are not part of the current work specification, and in order to generate correct output for historic RFCs, additional fixes would also be needed.

Closing this with won't fix for now.