<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.8 (Ruby 3.3.0) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-rswg-rfc7990-updates-08" category="info" submissionType="editorial" obsoletes="7990" updates="9280" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="Format Framework">Updated RFC Format Framework</title>

    <author initials="P." surname="Hoffman" fullname="Paul Hoffman">
      <organization>ICANN</organization>
      <address>
        <email>paul.hoffman@icann.org</email>
      </address>
    </author>
    <author initials="H." surname="Flanagan" fullname="Heather Flanagan">
      <organization>Spherical Cow Consulting</organization>
      <address>
        <email>hlf@sphericalcowconsulting.com</email>
      </address>
    </author>

    <date year="2024" month="April" day="11"/>

    
    
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 40?>

<t>In order to improve the readability of RFCs while supporting their archivability, the definitive version of the RFC Series transitioned from plain-text ASCII to XML using the RFCXML vocabulary; different publication versions are rendered from that base document.
This document is the framework that provides the problem statement, lays out a road map of the documents that capture the specific requirements, and describes how RFCs are published.</t>

<t>This document obsoletes RFC 7990.
This document also updates the stability policy in RFC 9280.</t>

<t>This draft is part of the RFC Series Working Group (RSWG); see <eref target="https://datatracker.ietf.org/edwg/rswg/documents/">https://datatracker.ietf.org/edwg/rswg/documents/</eref>.
There is a repository for this draft at <eref target="https://github.com/paulehoffman/draft-rswg-rfc7990-updates">https://github.com/paulehoffman/draft-rswg-rfc7990-updates</eref>.</t>

<!-- PENDING ISSUES 

-->



    </abstract>



  </front>

  <middle>


<?line 55?>

<section anchor="introduction"><name>Introduction</name>

<t>"RFC Series Format Requirements and Future Development" <xref target="RFC6949"/> discussed the need to improve the display of items such as author names and artwork in RFCs as well as the need to improve the ability of RFCs to be displayed properly on various devices.
Based on the discussions with communities of interest, such as the IETF, the RFC Series Editor decided to explore a change to the format of the Series.
<xref target="RFC7990"/> was the culmination of that exploration.
This document serves as the framework that describes the problems that were solved and summarizes the documents created to date that capture the specific requirements for each aspect of the change in format.</t>

<t>This document is concerned with the production of RFCs, focusing on the published documents.
It does not address any changes to the processes each stream uses to develop and review their submissions (specifically, how Internet-Drafts will be developed).
While I-Ds have a similar set of issues and concerns, directly addressing those issues for I-Ds will be discussed within each document stream.</t>

<t>The details described in this document are expected to continue to change over time as the community and the RFC Production Center (RPC) gains further experience with the components of the framework.</t>

<t>Implementors of those components are advised to avoid assuming that all such changes will be backwards-compatible.</t>

<section anchor="changes-to-rfc-7990"><name>Changes to RFC 7990</name>

<t><xref target="RFC7990"/> defined a framework for how RFCs would be published after that document was published, including new formats and a new "canonical format" for archiving RFCs.
It talked about "the XML file" as if there would only be one XML file for an RFC because that was the expectation at the time <xref target="RFC7990"/> was published.
It also talked about "publication formats" as the versions of HTML, text, and PDF derived from the "canonical format".</t>

<t>After extensive experience with publishing RFCs in the RFCXML format <xref target="RFC7991"/>, it has been decided that an RFC's XML file can be updated for narrowly limited purposes.
This document changes <xref target="RFC7990"/> in significant ways:</t>

<t><list style="symbols">
  <t>It defines four terms that replace the use of the term "canonical" and clarifies "format":
  <list style="symbols">
      <t>The "definitive format", which is RFCXML</t>
      <t>The "definitive version", which is a published RFC in the definitive format</t>
      <t>A "publication format", which is currently one of PDF, plain text, or HTML</t>
      <t>A "publication version", which is a published RFC in one of the publication formats</t>
    </list></t>
  <t>It defines a policy governing how the RFCXML format changes.</t>
  <t>It defines a policy for when the definitive version of an RFC can be updated and older versions archived.</t>
  <t>It defines a policy for when the publication versions of an RFC can be updated and older versions archived.</t>
</list></t>

<t>When using the new terminology, it is important to note that <xref target="RFC7990"/> used the term "canonical format" to mean two very different things. Quoting from RFC 7990:</t>

<ul empty="true"><li>
  <t>Canonical format: the authorized, recognized, accepted, and archived version of the document</t>
</li></ul>

<t>and</t>

<ul empty="true"><li>
  <t>At the highest level, the changes being made to the RFC format involve breaking away from solely ASCII plain text and moving to a canonical format that includes all the information required for rendering a document into a wide variety of publication formats.</t>
</li></ul>

<t>This document uses two terms, "definitive version" and "definitive format", for the earlier term "canonical format".</t>

<t>Other terminology changes made by this document are the following:
- It changes the phrase "xml2rfc version 3" to "RFCXML".
- It changes the name of the body that publishes RFCs from "RFC Editor" to "RFC Production Center (RPC)".</t>

<t>Historical text from <xref target="RFC7990"/> such as Section 2 ("Problem Statement"), Section 4 ("Overview of the Decision-Making Process"), and Section 10 ("Transition Plan") are not copied to this document.</t>

</section>
<section anchor="changes-to-9280"><name>Changes to RFC 9280</name>

<t>Section 7.6 of <xref target="RFC9280"/> currently says:</t>

<ul empty="true"><li>
  <t>Once published, RFC Series documents are not changed.</t>
</li></ul>

<t>This document replaces that sentence with:</t>

<ul empty="true"><li>
  <t>Once published, RFC Series documents may be re-issued, but the semantic content of published documents shall be preserved to the greatest extent possible.</t>
</li></ul>

<t>This document also creates a new policy that would exist in Section 7 of <xref target="RFC9280"/>:</t>

<ul empty="true"><li>
  <t>7.8.  Consistency</t>

  <t>The series as a whole is consistently presented.
RFCs are copyedited, formatted, published, and may be reissued to maintain a consistent presentation.</t>
</li></ul>

<t><xref target="updating"/> and <xref target="pub-versions"/> in this document are based on this updated policy in <xref target="RFC9280"/>.</t>

</section>
<section anchor="key-changes-from-the-earlier-rfc-process"><name>Key Changes from the Earlier RFC Process</name>

<t>The first RFC to be published following the guidance of the group of RFCs described in <xref target="RFC7990"/> was <xref target="RFC8650"/>, published in November 2019.
In the time since then, all published RFCs have followed the general plan from <xref target="RFC7990"/>.</t>

<t>At the highest level, the changes that <xref target="RFC7990"/> made to the RFC format involved breaking away from solely ASCII (<xref target="RFC20"/>) plain text and moving to a definitive format that includes all the information required for rendering a document into a wide variety of publication formats.
The RPC became responsible for more than just the plain-text file and a PDF rendering that was created from the plain text at the time of publication; the RPC now creates the definitive version and three publication versions of the RFC in order to meet the diverse requirements of the community.</t>

<t>The final RFCXML file produced by the RPC is the definitive version for RFCs; it holds all the information intended for an RFC.
Additional publication versions (HTML, PDF, and plain text) are also published by the RPC.
The publication formats are described in <xref target="pub-versions"/> and fully specified in other RFCs.</t>

</section>
</section>
<section anchor="definitive-version-of-an-rfc"><name>Definitive Version of an RFC</name>

<t>The definitive version produced by the RPC is the version that holds all the information intended for an RFC.
The RPC may change the definitive version of an RFC over time (that is, change the XML file), as described in <xref target="updating"/>.
See <xref target="RFC7991"/> for the original complete description of the RFCXML syntax and semantics.</t>

<t>The XML may contain SVG line art, as originally described in <xref target="RFC7996"/>.
That SVG will also appear in the HTML publication versions.
The XML may contain non-ASCII characters, as originally described in <xref target="RFC7997"/>.
These characters will appear in all the publication versions.</t>

<t>The published XML file must contain all information necessary to render the specified publication versions; any question about what was intended in the publication will be answered from this file.
It is self-contained with all the information known at publication time.
For instance, all features that reference externally defined input are expanded.
It does not contain src attributes for &lt;artwork&gt; or &lt;sourcecode&gt; elements.
It  does not contain comments or processing instructions.</t>

<section anchor="updating"><name>Updating the Definitive Version of an RFC</name>

<t>RFCs may be re-issued, as described in <xref target="changes-to-9280"/>.
Such changes will seek to preserve the semantics expressed in the original RFC.
Reasons for such changes include updates to the RFCXML schema, errors discovered in the XML, and changes to the tooling used to generate the publication versions of the definitive XML version of the RFC.
The RPC will keep a public record of when it re-issues any RFC, and give a short description of its reasoning for each change.</t>

</section>
<section anchor="expected-updates-to-rfcxml"><name>Expected Updates to RFCXML</name>

<t>It is anticipated that the syntax and semantics in <xref target="RFC7991"/> will be updated.
Updates to the RFCXML specification that are applied to existing RFCs should preserve to the greatest extent possible the semantics expressed in the original RFC.
The goal of limiting changes only to syntax is to preserve the semantic meaning encoded in the published document.</t>

<t>This policy does not require that updates to RFCXML avoid all risk of introducing semantic changes to existing RFCs.
Instead, it only requires that such updates consider the potential for semantic changes, take steps to understand the risk of a semantic change (either deliberate or inadvertent), and to limit those risks.</t>

</section>
</section>
<section anchor="pub-versions"><name>Publication Versions</name>

<t>The RPC is permitted but not required to re-issue publication versions of an RFC, as described in <xref target="changes-to-9280"/>.
In deciding whether to update the publication versions of an RFC, the RPC will take into account both the risk of semantic changes and consistency of the series.</t>

<t>XML format errors and better design choices have been discovered by the community since the first RFCs were published using the RFCXML format.
When the XML in a definitive version changes, the publication versions may change, even if this might not result in observable differences.
Similarly, as production tools change, publication versions may be regenerated to ensure a consistent presentation.</t>

</section>
<section anchor="archived-documents"><name>Archived Documents</name>

<t>The RPC will keep an archived set of all definitive versions of RFCs as well as archived sets of the publication versions for an RFC that were previously published.
These archived sets must be available using the same access methods as for the XML and the published publication versions.
Every archived set shall record the date that a document was created or revised.</t>

<t>When the RPC archives documents, it does so in a manner that allows them to be found by people who want the historical (as compared to current) versions of those files.</t>

<t>This document does not specify how archives are maintained or how archived documents might be located or identified.
The methods for storage and access will be determined by the RPC in consultation with the technical community.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document has no IANA considerations.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>Allowing changes to the definitive versions and publication versions of RFCs introduces risks.
A significant risk is that unintended changes could occur in either the definitive version or publication versions of an RFC as a result of an editing error, or may be introduced into a publication version when it is regenerated from the definitive version.
This may result in the corruption of a standard, practice, or critical piece of information about a protocol, and harm to the reputation of the RFC series.</t>

<t>The RPC is expected to identify, track, and actively mitigate risks introduced by this new policy.</t>

</section>
<section anchor="acknowledgments"><name>Acknowledgments</name>

<t>Martin Thomson wrote a great deal of the significant text here as part of draft-thomson-rswg-syntax-change.</t>

<t>This document has greatly benefited from the input of the RSWG.
In particular,
Alexis Rossi,
Brian Carpenter,
Eliot Lear,
Jay Daley,
Jean Mahoney,
John Levine,
and Pete Resnick,
gave significant input on the early drafts of this document.</t>

</section>


  </middle>

  <back>


    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="RFC7990">
  <front>
    <title>RFC Format Framework</title>
    <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>In order to improve the readability of RFCs while supporting their archivability, the canonical format of the RFC Series will be transitioning from plain-text ASCII to XML using the xml2rfc version 3 vocabulary; different publication formats will be rendered from that base document. With these changes comes an increase in complexity for authors, consumers, and the publisher of RFCs. This document serves as the framework that provides the problem statement, lays out a road map of the documents that capture the specific requirements, and describes the transition plan.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7990"/>
  <seriesInfo name="DOI" value="10.17487/RFC7990"/>
</reference>

<reference anchor="RFC7991">
  <front>
    <title>The "xml2rfc" Version 3 Vocabulary</title>
    <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>This document defines the "xml2rfc" version 3 vocabulary: an XML-based language used for writing RFCs and Internet-Drafts. It is heavily derived from the version 2 vocabulary that is also under discussion. This document obsoletes the v2 grammar described in RFC 7749.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7991"/>
  <seriesInfo name="DOI" value="10.17487/RFC7991"/>
</reference>

<reference anchor="RFC7996">
  <front>
    <title>SVG Drawings for RFCs: SVG 1.2 RFC</title>
    <author fullname="N. Brownlee" initials="N." surname="Brownlee"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>This document specifies SVG 1.2 RFC -- an SVG profile for use in diagrams that may appear in RFCs -- and considers some of the issues concerning the creation and use of such diagrams.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7996"/>
  <seriesInfo name="DOI" value="10.17487/RFC7996"/>
</reference>

<reference anchor="RFC7997">
  <front>
    <title>The Use of Non-ASCII Characters in RFCs</title>
    <author fullname="H. Flanagan" initials="H." role="editor" surname="Flanagan"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>In order to support the internationalization of protocols and a more diverse Internet community, the RFC Series must evolve to allow for the use of non-ASCII characters in RFCs. While English remains the required language of the Series, the encoding of future RFCs will be in UTF-8, allowing for a broader range of characters than typically used in the English language. This document describes the RFC Editor requirements and gives guidance regarding the use of non-ASCII characters in RFCs.</t>
      <t>This document updates RFC 7322. Please view this document in PDF form to see the full text.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7997"/>
  <seriesInfo name="DOI" value="10.17487/RFC7997"/>
</reference>




    </references>

    <references title='Informative References' anchor="sec-informative-references">



<reference anchor="RFC20">
  <front>
    <title>ASCII format for network interchange</title>
    <author fullname="V.G. Cerf" initials="V.G." surname="Cerf"/>
    <date month="October" year="1969"/>
  </front>
  <seriesInfo name="STD" value="80"/>
  <seriesInfo name="RFC" value="20"/>
  <seriesInfo name="DOI" value="10.17487/RFC0020"/>
</reference>

<reference anchor="RFC6949">
  <front>
    <title>RFC Series Format Requirements and Future Development</title>
    <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
    <author fullname="N. Brownlee" initials="N." surname="Brownlee"/>
    <date month="May" year="2013"/>
    <abstract>
      <t>This document describes the current requirements and requests for enhancements for the format of the canonical version of RFCs. Terms are defined to help clarify exactly which stages of document production are under discussion for format changes. The requirements described in this document will determine what changes will be made to RFC format. This document updates RFC 2223.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6949"/>
  <seriesInfo name="DOI" value="10.17487/RFC6949"/>
</reference>

<reference anchor="RFC8650">
  <front>
    <title>Dynamic Subscription to YANG Events and Datastores over RESTCONF</title>
    <author fullname="E. Voit" initials="E." surname="Voit"/>
    <author fullname="R. Rahman" initials="R." surname="Rahman"/>
    <author fullname="E. Nilsen-Nygaard" initials="E." surname="Nilsen-Nygaard"/>
    <author fullname="A. Clemm" initials="A." surname="Clemm"/>
    <author fullname="A. Bierman" initials="A." surname="Bierman"/>
    <date month="November" year="2019"/>
    <abstract>
      <t>This document provides a RESTCONF binding to the dynamic subscription capability of both subscribed notifications and YANG-Push.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8650"/>
  <seriesInfo name="DOI" value="10.17487/RFC8650"/>
</reference>

<reference anchor="RFC9280">
  <front>
    <title>RFC Editor Model (Version 3)</title>
    <author fullname="P. Saint-Andre" initials="P." role="editor" surname="Saint-Andre"/>
    <date month="June" year="2022"/>
    <abstract>
      <t>This document specifies version 3 of the RFC Editor Model. The model defines two high-level tasks related to the RFC Series. First, policy definition is the joint responsibility of the RFC Series Working Group (RSWG), which produces policy proposals, and the RFC Series Approval Board (RSAB), which approves such proposals. Second, policy implementation is primarily the responsibility of the RFC Production Center (RPC) as contractually overseen by the IETF Administration Limited Liability Company (IETF LLC). In addition, various responsibilities of the RFC Editor function are now performed alone or in combination by the RSWG, RSAB, RPC, RFC Series Consulting Editor (RSCE), and IETF LLC. Finally, this document establishes the Editorial Stream for publication of future policy definition documents produced through the processes defined herein.</t>
      <t>This document obsoletes RFC 8728. This document updates RFCs 7841, 8729, and 8730.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9280"/>
  <seriesInfo name="DOI" value="10.17487/RFC9280"/>
</reference>




    </references>



  </back>

<!-- ##markdown-source:
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
z128yksqPvCBeO2ZGgIJiEK8Qc9GffAIkjRjbtqWzUK3HVjL0XcAUmLKtcsA
pJGGDneTfZ06VNJBbsuHODj4uCddZn9MzW96yO2DIwx08LrbNDiwWGD/mpB0
IcyhQrGbrE5fZDEtn1Moa0KN1Kvmrx6u5R6ZLqPpKm3o91FyCP36twrAaTMl
DoG0OnTyccOtPZE76iz1sS9Slyk7ljLqoeEdL7oJFw61FfqWxOgrkfHUPnUd
PcjoJnL47KGhS3zXBeoaDTeMwkl3l2ZGSSRuraFLUvFg+kCVNfXwA8YhOFzB
Mib2z4AXEWTwnOOE9gXfNOwoRDpzMaFyZu4/vtC7l8CpGOe+AV9npwuTFH1x
4VHrkBGUYRt1APsp4q5Od8yaujBck1WxibRAuHKsNMahlKEWHPauUwem7xff
JXnoRjziUWyf3tvjGQSCRIIPW/l9KpEEu+U7r15+SrGpNScnHr0e9zUlTiB4
6fKkHCQDQAsxfcmYyWacEXAAvYxdDzHp8LGGNPz3StZaxY8iE9uPSNaafCX3
BuM2A32Sdfb2THqbhZFvecL+4elauHYyMt8ZKUtcG+iTMGp/mbPU2NujgcfC
ibsIt8B2vMGWnIxlYqI627k1Zqy2MeXigKkGSnvn8l1ADllJTTFF3laN+2/d
E2r5qI7RTp5SR5dpCgE+38tGuOolL1Kz7MjaPTW1YQff+l7WoZTxap12GWBX
sob3XU9ctWLOoD21mKmwtVSPQTyk2ZZdorFGGq7jyk5qSk0I3brclUIZUBpX
yYzeoEbTe12DIQeO2MH4k5zo7/R5K33FGG8ZczoYgI9Y4pIghW08Vl26xho6
+TOlGNlzKkJLUywjrL/R9E2ter9yVSDFerpy1UJqoUYhpAyVI/fhJiF/QKKH
rzPls8dWFpLPH4WvTnvafxgqvA9/fVLDZDs2lKo2Kev64ysmM7Sbzekb3AlC
hrilekeEe5L9xVs41rn2Dd+FTbIXpQUI/Wxo6F9h9wtdmi1+0tXwG71yNf/l
VjXGrAEOk4w/K6EmzzsTAAA3k2xJfGN89ChV3V83buXgERV376/og076zCj7
D71fquE0LwAA

-->

</rfc>

