Changeset 424 for draft-ietf-httpbis/latest/p3-payload.xml
- Timestamp:
- 21/11/08 17:39:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p3-payload.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'/>"> … … 250 251 </t> 251 252 </section> 252 </section> 253 254 <section title="Notational Conventions and Generic Grammar" anchor="notation"> 253 254 <section title="Syntax Notation" anchor="notation"> 255 <t> 256 This specification uses the ABNF syntax defined in ¬ation;. 257 </t> 258 259 <section title="Core Rules" anchor="core.rules"> 255 260 <x:anchor-alias value="ALPHA"/> 256 261 <x:anchor-alias value="DIGIT"/> … … 260 265 <x:anchor-alias value="OWS"/> 261 266 <t> 262 This specification uses the ABNF syntax defined in ¬ation-abnf; and 263 the core rules defined in &basic-rules;: 267 The core rules below are defined in &basic-rules;: 264 268 </t> 265 269 <figure><artwork type="abnf2616"> … … 273 277 <x:ref>OWS</x:ref> = <OWS, defined in &basic-rules;> 274 278 </artwork></figure> 275 <t anchor="abnf.dependencies"> 279 </section> 280 281 <section title="ABNF Rules defined in other Parts of the Specification" anchor="abnf.dependencies"> 276 282 <x:anchor-alias value="absolute-URI"/> 277 283 <x:anchor-alias value="Allow"/> … … 282 288 <x:anchor-alias value="message-header"/> 283 289 <x:anchor-alias value="partial-URI"/> 290 <t> 284 291 The ABNF rules below are defined in other parts: 285 292 </t> … … 299 306 <x:ref>Expires</x:ref> = <Expires, defined in &header-expires;> 300 307 </artwork></figure> 308 </section> 309 310 </section> 311 301 312 </section> 302 313 … … 2634 2645 Content-MD5 = "Content-MD5:" OWS Content-MD5-v
 2635 2646 Content-MD5-v = <base64 of 128 bit MD5 digest as per [RFC1864]>
 2636 Content-Range = <Content-Range, defined in [Part5], Section 6.2>
2647 Content-Range = <Content-Range, defined in [Part5], Section 5.2>
 2637 2648 Content-Type = "Content-Type:" OWS Content-Type-v
 2638 2649 Content-Type-v = media-type
 2639 2650 DIGIT = <DIGIT, defined in [Part1], Section 1.2.2>
 2640 Expires = <Expires, defined in [Part6], Section 1 6.3>
2641 Last-Modified = <Last-Modified, defined in [Part4], Section 7.6>
2651 Expires = <Expires, defined in [Part6], Section 15.3>
 2652 Last-Modified = <Last-Modified, defined in [Part4], Section 6.6>
 2642 2653 MIME-Version = "MIME-Version:" OWS MIME-Version-v
 2643 2654 MIME-Version-v = 1*DIGIT "." 1*DIGIT
 … … 2868 2879 <list style="symbols"> 2869 2880 <t> 2870 Add appendix containing collected and expanded ABNF .2881 Add appendix containing collected and expanded ABNF, reorganize ABNF introduction. 2871 2882 </t> 2872 2883 </list>
Note: See TracChangeset
for help on using the changeset viewer.