Changeset 1642 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 30/03/12 14:52:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1641 r1642 317 317 318 318 <section title="Syntax Notation" anchor="notation"> 319 <x:anchor-alias value="ALPHA"/> 319 320 <x:anchor-alias value="CR"/> 320 321 <x:anchor-alias value="DIGIT"/> 321 322 <x:anchor-alias value="LF"/> 322 <x:anchor-alias value="HTAB"/> 323 <x:anchor-alias value="OCTET"/> 324 <x:anchor-alias value="SP"/> 323 325 <x:anchor-alias value="VCHAR"/> 324 <x:anchor-alias value="SP"/>325 326 <t> 326 327 This specification uses the Augmented Backus-Naur Form (ABNF) notation … … 343 344 <x:anchor-alias value="quoted-string"/> 344 345 <x:anchor-alias value="token"/> 346 <x:anchor-alias value="word"/> 345 347 <x:anchor-alias value="BWS"/> 346 348 <x:anchor-alias value="OWS"/> … … 356 358 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &field-components;> 357 359 <x:ref>token</x:ref> = <token, defined in &field-components;> 360 <x:ref>word</x:ref> = <word, defined in &field-components;> 358 361 </artwork></figure> 359 362 </section> … … 363 366 <x:anchor-alias value="comment"/> 364 367 <x:anchor-alias value="partial-URI"/> 368 <x:anchor-alias value="qvalue"/> 365 369 <x:anchor-alias value="URI-reference"/> 366 370 <t> … … 4177 4181 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2.4> 4178 4182 4183 word = <word, defined in [Part1], Section 3.2.4> 4184 4179 4185 <x:ref>year</x:ref> = 4DIGIT 4180 4186 </artwork> … … 4192 4198 ; User-Agent defined but not used 4193 4199 ; obs-text defined but not used 4200 ; word defined but not used 4194 4201 </artwork></figure></section> 4195 4202 <?ENDINC p2-semantics.abnf-appendix ?>
Note: See TracChangeset
for help on using the changeset viewer.