<?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-09" 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="27"/>

    
    
    <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 describes how RFCs are published.</t>

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



    </abstract>



  </front>

  <middle>


<?line 49?>

<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.</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.
Text from <xref target="RFC7990"/> that repeated what was in other RFCs, particularly Section 8 (Figures and Artwork) and Section 9 (Content and Page Layout) were also removed.</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="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>

<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>

    <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="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="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>




    </references>



  </back>

<!-- ##markdown-source:
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
HlFxb8jGb2nSu1DF/wK1XeR1jS0AAA==

-->

</rfc>

