Changeset 424 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 21/11/08 17:39:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r423 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 messaging "<xref target='Part1' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 18 19 <!ENTITY payload "<xref target='Part3' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 286 287 </t> 287 288 </section> 288 </section> 289 290 <section title="Notational Conventions and Generic Grammar" anchor="notation"> 289 290 <section title="Syntax Notation" anchor="notation"> 291 <t> 292 This specification uses the ABNF syntax defined in ¬ation;. 293 </t> 294 295 <section title="Core Rules" anchor="core.rules"> 291 296 <x:anchor-alias value="comment"/> 292 297 <x:anchor-alias value="CR"/> … … 301 306 <x:anchor-alias value="WSP"/> 302 307 <t> 303 This specification uses the ABNF syntax defined in ¬ation-abnf; and 304 the core rules defined in &basic-rules;: 308 The core rules below are defined in &basic-rules;: 305 309 </t> 306 310 <figure><artwork type="abnf2616"> … … 319 323 <x:ref>obs-text</x:ref> = <obs-text, defined in &basic-rules;> 320 324 </artwork></figure> 321 <t anchor="abnf.dependencies"> 325 </section> 326 327 <section title="ABNF Rules defined in other Parts of the Specification" anchor="abnf.dependencies"> 322 328 <x:anchor-alias value="absolute-URI"/> 323 329 <x:anchor-alias value="Accept"/> … … 345 351 <x:anchor-alias value="Vary"/> 346 352 <x:anchor-alias value="WWW-Authenticate"/> 353 <t> 347 354 The ABNF rules below are defined in other parts: 348 355 </t> … … 393 400 </artwork></figure> 394 401 </section> 402 </section> 403 </section> 395 404 396 405 <section title="Method" anchor="method"> … … 3164 3173 <section title="Collected ABNF" anchor="collected.abnf"> 3165 3174 <figure> 3166 <artwork type="abnf" name="p2-semantics.parsed-abnf">Accept = <Accept, defined in [Part3], Section 6.1>
3167 Accept-Charset = <Accept-Charset, defined in [Part3], Section 6.2>
3168 Accept-Encoding = <Accept-Encoding, defined in [Part3], Section 6.3>
3169 Accept-Language = <Accept-Language, defined in [Part3], Section 6.4>
3170 Accept-Ranges = <Accept-Ranges, defined in [Part5], Section 6.1>
3171 Age = <Age, defined in [Part6], Section 1 6.1>
3175 <artwork type="abnf" name="p2-semantics.parsed-abnf">Accept = <Accept, defined in [Part3], Section 5.1>
 3176 Accept-Charset = <Accept-Charset, defined in [Part3], Section 5.2>
 3177 Accept-Encoding = <Accept-Encoding, defined in [Part3], Section 5.3>
 3178 Accept-Language = <Accept-Language, defined in [Part3], Section 5.4>
 3179 Accept-Ranges = <Accept-Ranges, defined in [Part5], Section 5.1>
 3180 Age = <Age, defined in [Part6], Section 15.1>
 3172 3181 Allow = "Allow:" OWS Allow-v
 3173 3182 Allow-v = [ ( "," / Method ) *( OWS "," [ OWS Method ] ) ]
 3174 Authorization = <Authorization, defined in [Part7], Section 4.1>
3183 Authorization = <Authorization, defined in [Part7], Section 3.1>
 3175 3184 CR = <CR, defined in [Part1], Section 1.2.2>
 3176 3185 DIGIT = <DIGIT, defined in [Part1], Section 1.2.2>
 3177 ETag = <ETag, defined in [Part4], Section 7.1>
3186 ETag = <ETag, defined in [Part4], Section 6.1>
 3178 3187 Expect = "Expect:" OWS Expect-v
 3179 3188 Expect-v = *( "," OWS ) expectation *( OWS "," [ OWS expectation ] )
 … … 3182 3191 HTTP-date = <HTTP-date, defined in [Part1], Section 3.2.1>
 3183 3192 Host = <Host, defined in [Part1], Section 2.1>
 3184 If-Match = <If-Match, defined in [Part4], Section 7.2>
3193 If-Match = <If-Match, defined in [Part4], Section 6.2>
 3185 3194 If-Modified-Since = <If-Modified-Since, defined in [Part4], Section
 3186 7.3>
3187 If-None-Match = <If-None-Match, defined in [Part4], Section 7.4>
3188 If-Range = <If-Range, defined in [Part5], Section 6.3>
3195 6.3>
 3196 If-None-Match = <If-None-Match, defined in [Part4], Section 6.4>
 3197 If-Range = <If-Range, defined in [Part5], Section 5.3>
 3189 3198 If-Unmodified-Since = <If-Unmodified-Since, defined in [Part4],
 3190 Section 7.5>
3199 Section 6.5>
 3191 3200 LF = <LF, defined in [Part1], Section 1.2.2>
 3192 3201 Location = "Location:" OWS Location-v
 … … 3199 3208 OWS = <OWS, defined in [Part1], Section 1.2.2>
 3200 3209 Proxy-Authenticate = <Proxy-Authenticate, defined in [Part7], Section
 3201 4.2>
3210 3.2>
 3202 3211 Proxy-Authorization = <Proxy-Authorization, defined in [Part7],
 3203 Section 4.3>
3212 Section 3.3>
 3204 3213 RWS = <RWS, defined in [Part1], Section 1.2.2>
 3205 Range = <Range, defined in [Part5], Section 6.4>
3214 Range = <Range, defined in [Part5], Section 5.4>
 3206 3215 Reason-Phrase = *( WSP / VCHAR / obs-text )
 3207 3216 Referer = "Referer:" OWS Referer-v
 … … 3221 3230 User-Agent-v = product *( RWS ( product / comment ) )
 3222 3231 VCHAR = <VCHAR, defined in [Part1], Section 1.2.2>
 3223 Vary = <Vary, defined in [Part6], Section 1 6.5>
3232 Vary = <Vary, defined in [Part6], Section 15.5>
 3224 3233 WSP = <WSP, defined in [Part1], Section 1.2.2>
 3225 3234 WWW-Authenticate = <WWW-Authenticate, defined in [Part7], Section
 3226 4.4>
3235 3.4>
 3227 3236 absolute-URI = <absolute-URI, defined in [Part1], Section 2.1>
 3228 3237 comment = <comment, defined in [Part1], Section 1.2.2>
 … … 3477 3486 <list style="symbols"> 3478 3487 <t> 3479 Add appendix containing collected and expanded ABNF .3488 Add appendix containing collected and expanded ABNF, reorganize ABNF introduction. 3480 3489 </t> 3481 3490 </list>
Note: See TracChangeset
for help on using the changeset viewer.