huitema / dnsoquic

DNS over QUIC
10 stars 7 forks source link

First pass at fixing up the section references to other drafts. #121

Closed saradickinson closed 2 years ago

saradickinson commented 2 years ago

Should address https://github.com/huitema/dnsoquic/issues/64

Probably easiest for me to take another pass over this branch when other outstanding PR's are merged?

To build this branch I used: kramdown-rfc2629 1.5.11 kramdown 2.3.1
xml2rfc 3.10.0

huitema commented 2 years ago

I updated my copy of kramdown-rfc2629 and this works fine. My flow was:

PS C:\Users\huite\github\dnsoquic> kramdown-rfc2629 --v3 .\draft-ietf-dprive-dnsoquic.md > draft.xml
PS C:\Users\huite\github\dnsoquic> notepad.exe draft.xml
PS C:\Users\huite\github\dnsoquic> xml2rfc --v3 --text draft.xml
file:/C:/Users/huite/github/dnsoquic/draft.xml(13): Warning: Setting consensus="true" for IETF STD document (this is not the schema default, but is the only value permitted for this type of document)
 Created file draft.txt
saradickinson commented 2 years ago

I'm merging this since we have only 1 outstanding PR with no reference changes.