Changeset 424 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 21/11/08 17:39:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r421 r424 15 15 <!ENTITY ID-MONTH "November"> 16 16 <!ENTITY ID-YEAR "2008"> 17 <!ENTITY notation "<xref target='Part1' x:rel='#notation' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 17 18 <!ENTITY notation-abnf "<xref target='Part1' x:rel='#notation.abnf' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 18 19 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 422 423 </t> 423 424 </section> 424 </section> 425 426 427 <section title="Notational Conventions and Generic Grammar" anchor="notation"> 425 426 <section title="Syntax Notation" anchor="notation"> 427 <t> 428 This specification uses the ABNF syntax defined in ¬ation;. 429 </t> 430 431 <section title="Core Rules" anchor="core.rules"> 428 432 <x:anchor-alias value="DIGIT"/> 429 433 <x:anchor-alias value="DQUOTE"/> … … 433 437 <x:anchor-alias value="OWS"/> 434 438 <t> 435 This specification uses the ABNF syntax defined in ¬ation-abnf; and 436 the core rules defined in &basic-rules;: 439 The core rules below are defined in &basic-rules;: 437 440 </t> 438 441 <figure><artwork type="abnf2616"> … … 446 449 <x:ref>OWS</x:ref> = <OWS, defined in &basic-rules;> 447 450 </artwork></figure> 448 <t anchor="abnf.dependencies"> 451 </section> 452 453 <section title="ABNF Rules defined in other Parts of the Specification" anchor="abnf.dependencies"> 449 454 <x:anchor-alias value="field-name"/> 450 455 <x:anchor-alias value="HTTP-date"/> … … 452 457 <x:anchor-alias value="pseudonym"/> 453 458 <x:anchor-alias value="uri-host"/> 459 <t> 454 460 The ABNF rules below are defined in other parts: 455 461 </t> … … 462 468 </artwork></figure> 463 469 </section> 470 471 </section> 472 473 </section> 474 464 475 465 476 <section title="Overview" anchor="caching.overview"> … … 3121 3132 <list style="symbols"> 3122 3133 <t> 3123 Add appendix containing collected and expanded ABNF .3134 Add appendix containing collected and expanded ABNF, reorganize ABNF introduction. 3124 3135 </t> 3125 3136 </list>
Note: See TracChangeset
for help on using the changeset viewer.