Skip to content

Instantly share code, notes, and snippets.

@reschke
Created April 21, 2020 18:15
Show Gist options
  • Save reschke/e1750b3a224528bf0eab1e4526efea84 to your computer and use it in GitHub Desktop.
Save reschke/e1750b3a224528bf0eab1e4526efea84 to your computer and use it in GitHub Desktop.
xml2rfc boilerplate test
<rfc version="3" number="123" docName="draft-test-00" submissionType="IETF" category="bcp" seriesNo="123" ipr="trust200902">
<front>
<title>Tests around boilerplate and seriesInfo</title>
<seriesInfo name="RFC" value="123"/>
<seriesInfo name="BCP" value="456"/>
<author fullname="A. Nonymous"/>
</front>
<middle>
<section>
<name>Test Section</name>
</section>
</middle>
</rfc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment