Skip to content

Commit f2076e6

Browse files
committed
move abnf2xml2rfc to lib, and adjust the introductory generated paragraph.
1 parent d701287 commit f2076e6

14 files changed

Lines changed: 241 additions & 249 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ $(bd)/%.parsed-abnf: $(bd)/%.abnf
9494
$(bap)/bap -i $(bap)/core.abnf < $< | LC_COLLATE=C sort | $(bap)/bap -k -i $(bap)/core.abnf -l 69 >$@
9595

9696
$(bd)/%.abnf-appendix: $(bd)/%.parsed-abnf
97-
$(saxon) $*.xml $(bd)/abnf2xml2rfc.xslt abnf="$*.parsed-abnf" >$@
97+
$(saxon) $*.xml lib/abnf2xml2rfc.xslt abnf="../$<" >$@
9898

9999
$(bd)/%.xhtml: %.xml lib/rfc2629toXHTML.xslt
100100
$(saxon) $< lib/xreffer.xslt | $(saxon) - lib/rfc2629toXHTML.xslt > $@

draft-ietf-httpbis-auth-latest.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@
547547
content: "Fielding, et al.";
548548
}
549549
@bottom-center {
550-
content: "Expires October 15, 2018";
550+
content: "Expires October 19, 2018";
551551
}
552552
@bottom-right {
553553
content: "[Page " counter(page) "]";
@@ -587,7 +587,7 @@
587587
<meta name="dcterms.creator" content="Nottingham, M.">
588588
<meta name="dcterms.creator" content="Reschke, J. F.">
589589
<meta name="dcterms.identifier" content="urn:ietf:id:draft-ietf-httpbis-auth-latest">
590-
<meta name="dcterms.issued" content="2018-04-13">
590+
<meta name="dcterms.issued" content="2018-04-17">
591591
<meta name="dct.replaces" content="urn:ietf:rfc:7235">
592592
<meta name="dcterms.abstract" content="The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypermedia information systems. This document defines the HTTP Authentication framework. This document obsoletes RFC 7235.">
593593
<meta name="description" content="The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypermedia information systems. This document defines the HTTP Authentication framework. This document obsoletes RFC 7235.">
@@ -619,12 +619,12 @@
619619
<td class="right">J. Reschke, Editor</td>
620620
</tr>
621621
<tr>
622-
<td class="left">Expires: October 15, 2018</td>
622+
<td class="left">Expires: October 19, 2018</td>
623623
<td class="right">greenbytes</td>
624624
</tr>
625625
<tr>
626626
<td class="left"></td>
627-
<td class="right">April 13, 2018</td>
627+
<td class="right">April 17, 2018</td>
628628
</tr>
629629
</tbody>
630630
</table>
@@ -684,7 +684,7 @@ <h2><a href="#rfc.status">Status of This Memo</a></h2>
684684
</p>
685685
</div>
686686
<div id="rfc.boilerplate.1.p.4">
687-
<p>This Internet-Draft will expire on October 15, 2018.</p>
687+
<p>This Internet-Draft will expire on October 19, 2018.</p>
688688
</div>
689689
</section>
690690
<section id="rfc.copyrightnotice">
@@ -1482,7 +1482,7 @@ <h2 id="rfc.section.B"><a href="#rfc.section.B">B.</a>&nbsp;<a href="#imported.a
14821482
<section id="collected.abnf">
14831483
<h2 id="rfc.section.C"><a href="#rfc.section.C">C.</a>&nbsp;<a href="#collected.abnf">Collected ABNF</a></h2>
14841484
<div id="rfc.section.C.p.1">
1485-
<p>In the collected ABNF below, list rules are expanded as per <a href="draft-ietf-httpbis-messaging-latest.html#notation" title="Syntax Notation">Section 1.2</a> of <a href="#MESSGNG" id="rfc.xref.MESSGNG.7"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[MESSGNG]</cite></a>.
1485+
<p>In the collected ABNF below, list rules are expanded as per <a href="draft-ietf-httpbis-semantics-latest.html#abnf.extension" title="ABNF List Extension: #rule">Section 10</a> of <a href="#SEMNTCS" id="rfc.xref.SEMNTCS.9"><cite title="Hypertext Transfer Protocol (HTTP): Semantics and Content">[SEMNTCS]</cite></a>.
14861486
</p>
14871487
</div>
14881488
<div id="rfc.figure.u.10"><pre class="inline"><a href="#header.authorization" class="smpl">Authorization</a> = credentials
@@ -1558,7 +1558,7 @@ <h2 id="rfc.section.unnumbered-1"><a href="#acks">Acknowledgments</a></h2>
15581558
</p>
15591559
</div>
15601560
<div id="rfc.section.unnumbered-1.p.2">
1561-
<p>See <a href="draft-ietf-httpbis-semantics-latest.html#acks" title="Acknowledgments">Appendix "Acknowledgments"</a> of <a href="#SEMNTCS" id="rfc.xref.SEMNTCS.9"><cite title="Hypertext Transfer Protocol (HTTP): Semantics and Content">[SEMNTCS]</cite></a> for the Acknowledgments related to this document revision.
1561+
<p>See <a href="draft-ietf-httpbis-semantics-latest.html#acks" title="Acknowledgments">Appendix "Acknowledgments"</a> of <a href="#SEMNTCS" id="rfc.xref.SEMNTCS.10"><cite title="Hypertext Transfer Protocol (HTTP): Semantics and Content">[SEMNTCS]</cite></a> for the Acknowledgments related to this document revision.
15621562
</p>
15631563
</div>
15641564
</section>
@@ -1608,8 +1608,7 @@ <h2><a href="#rfc.index">Index</a></h2>
16081608
</ul>
16091609
</li>
16101610
<li><a id="rfc.index.M" href="#rfc.index.M"><b>M</b></a><ul>
1611-
<li><em>MESSGNG</em>&nbsp;&nbsp;<a href="#rfc.xref.MESSGNG.1">1</a>, <a href="#rfc.xref.MESSGNG.2">2.2</a>, <a href="#rfc.xref.MESSGNG.3">4.3</a>, <a href="#rfc.xref.MESSGNG.4">6</a>, <a href="#MESSGNG"><b>7.1</b></a>, <a href="#rfc.xref.MESSGNG.5">B</a>, <a href="#rfc.xref.MESSGNG.6">B</a>, <a href="#rfc.xref.MESSGNG.7">C</a><ul>
1612-
<li><em>Section 1.2</em>&nbsp;&nbsp;<a href="#rfc.xref.MESSGNG.7">C</a></li>
1611+
<li><em>MESSGNG</em>&nbsp;&nbsp;<a href="#rfc.xref.MESSGNG.1">1</a>, <a href="#rfc.xref.MESSGNG.2">2.2</a>, <a href="#rfc.xref.MESSGNG.3">4.3</a>, <a href="#rfc.xref.MESSGNG.4">6</a>, <a href="#MESSGNG"><b>7.1</b></a>, <a href="#rfc.xref.MESSGNG.5">B</a>, <a href="#rfc.xref.MESSGNG.6">B</a><ul>
16131612
<li><em>Section 2.2.5</em>&nbsp;&nbsp;<a href="#rfc.xref.MESSGNG.5">B</a>, <a href="#rfc.xref.MESSGNG.6">B</a></li>
16141613
<li><em>Section 4.5</em>&nbsp;&nbsp;<a href="#rfc.xref.MESSGNG.2">2.2</a>, <a href="#rfc.xref.MESSGNG.3">4.3</a></li>
16151614
</ul>
@@ -1648,13 +1647,13 @@ <h2><a href="#rfc.index">Index</a></h2>
16481647
</ul>
16491648
</li>
16501649
<li><a id="rfc.index.S" href="#rfc.index.S"><b>S</b></a><ul>
1651-
<li><em>SEMNTCS</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.1">1.1</a>, <a href="#rfc.xref.SEMNTCS.2">1.2</a>, <a href="#rfc.xref.SEMNTCS.3">2.1</a>, <a href="#rfc.xref.SEMNTCS.4">5.1.2</a>, <a href="#rfc.xref.SEMNTCS.5">6</a>, <a href="#SEMNTCS"><b>7.1</b></a>, <a href="#rfc.xref.SEMNTCS.6">B</a>, <a href="#rfc.xref.SEMNTCS.7">B</a>, <a href="#rfc.xref.SEMNTCS.8">B</a>, <a href="#rfc.xref.SEMNTCS.9">E</a><ul>
1650+
<li><em>SEMNTCS</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.1">1.1</a>, <a href="#rfc.xref.SEMNTCS.2">1.2</a>, <a href="#rfc.xref.SEMNTCS.3">2.1</a>, <a href="#rfc.xref.SEMNTCS.4">5.1.2</a>, <a href="#rfc.xref.SEMNTCS.5">6</a>, <a href="#SEMNTCS"><b>7.1</b></a>, <a href="#rfc.xref.SEMNTCS.6">B</a>, <a href="#rfc.xref.SEMNTCS.7">B</a>, <a href="#rfc.xref.SEMNTCS.8">B</a>, <a href="#rfc.xref.SEMNTCS.9">C</a>, <a href="#rfc.xref.SEMNTCS.10">E</a><ul>
16521651
<li><em>Section 2.3</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.4">5.1.2</a></li>
16531652
<li><em>Section 2.5</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.1">1.1</a></li>
16541653
<li><em>Section 2.7</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.7">B</a>, <a href="#rfc.xref.SEMNTCS.8">B</a></li>
16551654
<li><em>Section 7.5.3</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.3">2.1</a></li>
1656-
<li><em>Section 10</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.2">1.2</a></li>
1657-
<li><em>Acknowledgments</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.9">E</a></li>
1655+
<li><em>Section 10</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.2">1.2</a>, <a href="#rfc.xref.SEMNTCS.9">C</a></li>
1656+
<li><em>Acknowledgments</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.10">E</a></li>
16581657
</ul>
16591658
</li>
16601659
</ul>

draft-ietf-httpbis-auth-latest.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,10 +1055,8 @@
10551055

10561056
<?BEGININC build/draft-ietf-httpbis-auth-latest.abnf-appendix ?>
10571057
<section xmlns:x="http://purl.org/net/xml2rfc/ext" title="Collected ABNF" anchor="collected.abnf">
1058-
<t>
1059-
In the collected ABNF below, list rules are expanded as per <xref target="MESSGNG" x:rel="#notation"/>.
1060-
</t><figure>
1061-
<artwork type="abnf" name="draft-ietf-httpbis-auth-latest.parsed-abnf">
1058+
<t>In the collected ABNF below, list rules are expanded as per <xref target="SEMNTCS" x:rel="#abnf.extension"/>.</t><figure>
1059+
<artwork type="abnf" name="../build/draft-ietf-httpbis-auth-latest.parsed-abnf">
10621060
<x:ref>Authorization</x:ref> = credentials
10631061

10641062
<x:ref>BWS</x:ref> = &lt;BWS, see [SEMNTCS], Section 2.7&gt;

draft-ietf-httpbis-cache-latest.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@
550550
content: "Fielding, et al.";
551551
}
552552
@bottom-center {
553-
content: "Expires October 15, 2018";
553+
content: "Expires October 19, 2018";
554554
}
555555
@bottom-right {
556556
content: "[Page " counter(page) "]";
@@ -592,7 +592,7 @@
592592
<meta name="dcterms.creator" content="Nottingham, M.">
593593
<meta name="dcterms.creator" content="Reschke, J. F.">
594594
<meta name="dcterms.identifier" content="urn:ietf:id:draft-ietf-httpbis-cache-latest">
595-
<meta name="dcterms.issued" content="2018-04-13">
595+
<meta name="dcterms.issued" content="2018-04-17">
596596
<meta name="dct.replaces" content="urn:ietf:rfc:7234">
597597
<meta name="dcterms.abstract" content="The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document defines HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages. This document obsoletes RFC 7234.">
598598
<meta name="description" content="The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document defines HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages. This document obsoletes RFC 7234.">
@@ -619,7 +619,7 @@
619619
<td class="right">Fastly</td>
620620
</tr>
621621
<tr>
622-
<td class="left">Expires: October 15, 2018</td>
622+
<td class="left">Expires: October 19, 2018</td>
623623
<td class="right">J. Reschke, Editor</td>
624624
</tr>
625625
<tr>
@@ -628,7 +628,7 @@
628628
</tr>
629629
<tr>
630630
<td class="left"></td>
631-
<td class="right">April 13, 2018</td>
631+
<td class="right">April 17, 2018</td>
632632
</tr>
633633
</tbody>
634634
</table>
@@ -689,7 +689,7 @@ <h2><a href="#rfc.status">Status of This Memo</a></h2>
689689
</p>
690690
</div>
691691
<div id="rfc.boilerplate.1.p.4">
692-
<p>This Internet-Draft will expire on October 15, 2018.</p>
692+
<p>This Internet-Draft will expire on October 19, 2018.</p>
693693
</div>
694694
</section>
695695
<section id="rfc.copyrightnotice">
@@ -2740,7 +2740,7 @@ <h2 id="rfc.section.B"><a href="#rfc.section.B">B.</a>&nbsp;<a href="#imported.a
27402740
<section id="collected.abnf">
27412741
<h2 id="rfc.section.C"><a href="#rfc.section.C">C.</a>&nbsp;<a href="#collected.abnf">Collected ABNF</a></h2>
27422742
<div id="rfc.section.C.p.1">
2743-
<p>In the collected ABNF below, list rules are expanded as per <a href="draft-ietf-httpbis-messaging-latest.html#notation" title="Syntax Notation">Section 1.2</a> of <a href="#MESSGNG" id="rfc.xref.MESSGNG.16"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[MESSGNG]</cite></a>.
2743+
<p>In the collected ABNF below, list rules are expanded as per <a href="draft-ietf-httpbis-semantics-latest.html#abnf.extension" title="ABNF List Extension: #rule">Section 10</a> of <a href="#SEMNTCS" id="rfc.xref.SEMNTCS.16"><cite title="Hypertext Transfer Protocol (HTTP): Semantics and Content">[SEMNTCS]</cite></a>.
27442744
</p>
27452745
</div>
27462746
<div id="rfc.figure.u.17"><pre class="inline"><a href="#header.age" class="smpl">Age</a> = delta-seconds
@@ -2824,7 +2824,7 @@ <h3 id="rfc.section.D.2"><a href="#rfc.section.D.2">D.2.</a>&nbsp;<a href="#chan
28242824
<section id="acks">
28252825
<h2 id="rfc.section.unnumbered-1"><a href="#acks">Acknowledgments</a></h2>
28262826
<div id="rfc.section.unnumbered-1.p.1">
2827-
<p>See <a href="draft-ietf-httpbis-semantics-latest.html#acks" title="Acknowledgments">Appendix "Acknowledgments"</a> of <a href="#SEMNTCS" id="rfc.xref.SEMNTCS.16"><cite title="Hypertext Transfer Protocol (HTTP): Semantics and Content">[SEMNTCS]</cite></a>.
2827+
<p>See <a href="draft-ietf-httpbis-semantics-latest.html#acks" title="Acknowledgments">Appendix "Acknowledgments"</a> of <a href="#SEMNTCS" id="rfc.xref.SEMNTCS.17"><cite title="Hypertext Transfer Protocol (HTTP): Semantics and Content">[SEMNTCS]</cite></a>.
28282828
</p>
28292829
</div>
28302830
</section>
@@ -2919,8 +2919,7 @@ <h2><a href="#rfc.index">Index</a></h2>
29192919
<li><a id="rfc.index.M" href="#rfc.index.M"><b>M</b></a><ul>
29202920
<li>max-age (cache directive)&nbsp;&nbsp;<a href="#rfc.section.5.2.1.1"><b>5.2.1.1</b></a>, <a href="#rfc.section.5.2.2.8"><b>5.2.2.8</b></a></li>
29212921
<li>max-stale (cache directive)&nbsp;&nbsp;<a href="#rfc.section.5.2.1.2"><b>5.2.1.2</b></a></li>
2922-
<li><em>MESSGNG</em>&nbsp;&nbsp;<a href="#rfc.xref.MESSGNG.1">3.1</a>, <a href="#rfc.xref.MESSGNG.2">4</a>, <a href="#rfc.xref.MESSGNG.3">4.1</a>, <a href="#rfc.xref.MESSGNG.4">4.4</a>, <a href="#rfc.xref.MESSGNG.5">4.4</a>, <a href="#rfc.xref.MESSGNG.6">4.4</a>, <a href="#rfc.xref.MESSGNG.7">5.2.1.6</a>, <a href="#rfc.xref.MESSGNG.8">5.2.2.4</a>, <a href="#rfc.xref.MESSGNG.9">8</a>, <a href="#rfc.xref.MESSGNG.10">8</a>, <a href="#MESSGNG"><b>9.1</b></a>, <a href="#rfc.xref.MESSGNG.11">B</a>, <a href="#rfc.xref.MESSGNG.12">B</a>, <a href="#rfc.xref.MESSGNG.13">B</a>, <a href="#rfc.xref.MESSGNG.14">B</a>, <a href="#rfc.xref.MESSGNG.15">B</a>, <a href="#rfc.xref.MESSGNG.16">C</a><ul>
2923-
<li><em>Section 1.2</em>&nbsp;&nbsp;<a href="#rfc.xref.MESSGNG.16">C</a></li>
2922+
<li><em>MESSGNG</em>&nbsp;&nbsp;<a href="#rfc.xref.MESSGNG.1">3.1</a>, <a href="#rfc.xref.MESSGNG.2">4</a>, <a href="#rfc.xref.MESSGNG.3">4.1</a>, <a href="#rfc.xref.MESSGNG.4">4.4</a>, <a href="#rfc.xref.MESSGNG.5">4.4</a>, <a href="#rfc.xref.MESSGNG.6">4.4</a>, <a href="#rfc.xref.MESSGNG.7">5.2.1.6</a>, <a href="#rfc.xref.MESSGNG.8">5.2.2.4</a>, <a href="#rfc.xref.MESSGNG.9">8</a>, <a href="#rfc.xref.MESSGNG.10">8</a>, <a href="#MESSGNG"><b>9.1</b></a>, <a href="#rfc.xref.MESSGNG.11">B</a>, <a href="#rfc.xref.MESSGNG.12">B</a>, <a href="#rfc.xref.MESSGNG.13">B</a>, <a href="#rfc.xref.MESSGNG.14">B</a>, <a href="#rfc.xref.MESSGNG.15">B</a><ul>
29242923
<li><em>Section 2.2</em>&nbsp;&nbsp;<a href="#rfc.xref.MESSGNG.3">4.1</a>, <a href="#rfc.xref.MESSGNG.12">B</a></li>
29252924
<li><em>Section 2.2.5</em>&nbsp;&nbsp;<a href="#rfc.xref.MESSGNG.13">B</a>, <a href="#rfc.xref.MESSGNG.14">B</a></li>
29262925
<li><em>Section 2.3.3</em>&nbsp;&nbsp;<a href="#rfc.xref.MESSGNG.10">8</a></li>
@@ -2986,7 +2985,7 @@ <h2><a href="#rfc.index">Index</a></h2>
29862985
</li>
29872986
<li><a id="rfc.index.S" href="#rfc.index.S"><b>S</b></a><ul>
29882987
<li>s-maxage (cache directive)&nbsp;&nbsp;<a href="#rfc.section.5.2.2.9"><b>5.2.2.9</b></a></li>
2989-
<li><em>SEMNTCS</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.1">1.1</a>, <a href="#rfc.xref.SEMNTCS.2">1.2</a>, <a href="#rfc.xref.SEMNTCS.3">2</a>, <a href="#rfc.xref.SEMNTCS.4">2</a>, <a href="#rfc.xref.SEMNTCS.5">4</a>, <a href="#rfc.xref.SEMNTCS.6">4.1</a>, <a href="#rfc.xref.SEMNTCS.7">4.2.2</a>, <a href="#rfc.xref.SEMNTCS.8">4.2.3</a>, <a href="#rfc.xref.SEMNTCS.9">4.4</a>, <a href="#rfc.xref.SEMNTCS.10">5.3</a>, <a href="#rfc.xref.SEMNTCS.11">8</a>, <a href="#SEMNTCS"><b>9.1</b></a>, <a href="#rfc.xref.SEMNTCS.12">B</a>, <a href="#rfc.xref.SEMNTCS.13">B</a>, <a href="#rfc.xref.SEMNTCS.14">B</a>, <a href="#rfc.xref.SEMNTCS.15">B</a>, <a href="#rfc.xref.SEMNTCS.16">E</a><ul>
2988+
<li><em>SEMNTCS</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.1">1.1</a>, <a href="#rfc.xref.SEMNTCS.2">1.2</a>, <a href="#rfc.xref.SEMNTCS.3">2</a>, <a href="#rfc.xref.SEMNTCS.4">2</a>, <a href="#rfc.xref.SEMNTCS.5">4</a>, <a href="#rfc.xref.SEMNTCS.6">4.1</a>, <a href="#rfc.xref.SEMNTCS.7">4.2.2</a>, <a href="#rfc.xref.SEMNTCS.8">4.2.3</a>, <a href="#rfc.xref.SEMNTCS.9">4.4</a>, <a href="#rfc.xref.SEMNTCS.10">5.3</a>, <a href="#rfc.xref.SEMNTCS.11">8</a>, <a href="#SEMNTCS"><b>9.1</b></a>, <a href="#rfc.xref.SEMNTCS.12">B</a>, <a href="#rfc.xref.SEMNTCS.13">B</a>, <a href="#rfc.xref.SEMNTCS.14">B</a>, <a href="#rfc.xref.SEMNTCS.15">B</a>, <a href="#rfc.xref.SEMNTCS.16">C</a>, <a href="#rfc.xref.SEMNTCS.17">E</a><ul>
29902989
<li><em>Section 2.5</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.1">1.1</a></li>
29912990
<li><em>Section 2.7</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.12">B</a></li>
29922991
<li><em>Section 2.8</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.13">B</a>, <a href="#rfc.xref.SEMNTCS.14">B</a></li>
@@ -2996,8 +2995,8 @@ <h2><a href="#rfc.index">Index</a></h2>
29962995
<li><em>Section 8.1.1.1</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.10">5.3</a>, <a href="#rfc.xref.SEMNTCS.15">B</a></li>
29972996
<li><em>Section 8.1.1.2</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.8">4.2.3</a></li>
29982997
<li><em>Section 8.1.4</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.6">4.1</a></li>
2999-
<li><em>Section 10</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.2">1.2</a></li>
3000-
<li><em>Acknowledgments</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.16">E</a></li>
2998+
<li><em>Section 10</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.2">1.2</a>, <a href="#rfc.xref.SEMNTCS.16">C</a></li>
2999+
<li><em>Acknowledgments</em>&nbsp;&nbsp;<a href="#rfc.xref.SEMNTCS.17">E</a></li>
30013000
</ul>
30023001
</li>
30033002
<li>shared cache&nbsp;&nbsp;<a href="#rfc.iref.s.1">1</a></li>

draft-ietf-httpbis-cache-latest.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2440,10 +2440,8 @@ Warning: 112 - "network down" "Sat, 25 Aug 2012 23:34:45 GMT"
24402440

24412441
<?BEGININC build/draft-ietf-httpbis-cache-latest.abnf-appendix ?>
24422442
<section xmlns:x="http://purl.org/net/xml2rfc/ext" title="Collected ABNF" anchor="collected.abnf">
2443-
<t>
2444-
In the collected ABNF below, list rules are expanded as per <xref target="MESSGNG" x:rel="#notation"/>.
2445-
</t><figure>
2446-
<artwork type="abnf" name="draft-ietf-httpbis-cache-latest.parsed-abnf">
2443+
<t>In the collected ABNF below, list rules are expanded as per <xref target="SEMNTCS" x:rel="#abnf.extension"/>.</t><figure>
2444+
<artwork type="abnf" name="../build/draft-ietf-httpbis-cache-latest.parsed-abnf">
24472445
<x:ref>Age</x:ref> = delta-seconds
24482446

24492447
<x:ref>Cache-Control</x:ref> = *( "," OWS ) cache-directive *( OWS "," [ OWS

0 commit comments

Comments
 (0)