Changeset 1805 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 16/07/12 14:30:03 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1803 r1805 299 299 300 300 <section title="Syntax Notation" anchor="notation"> 301 <x:anchor-alias value="ALPHA"/>302 <x:anchor-alias value="CR"/>303 <x:anchor-alias value="DIGIT"/>304 <x:anchor-alias value="LF"/>305 <x:anchor-alias value="OCTET"/>306 <x:anchor-alias value="SP"/>307 <x:anchor-alias value="VCHAR"/>308 301 <t> 309 302 This specification uses the Augmented Backus-Naur Form (ABNF) notation 310 303 of <xref target="RFC5234"/> with the list rule extension defined in 311 ¬ation;. <xref target="collected.abnf"/> shows the collected ABNF 304 ¬ation;. <xref target="imported.abnf"/> describes rules imported from 305 other documents. <xref target="collected.abnf"/> shows the collected ABNF 312 306 with the list rule expanded. 313 307 </t> 314 <t>315 The following core rules are included by316 reference, as defined in <xref target="RFC5234" x:fmt="," x:sec="B.1"/>:317 ALPHA (letters), CR (carriage return), CRLF (CR LF), CTL (controls),318 DIGIT (decimal 0-9), DQUOTE (double quote),319 HEXDIG (hexadecimal 0-9/A-F/a-f), HTAB (horizontal tab), LF (line feed),320 OCTET (any 8-bit sequence of data), SP (space), and321 VCHAR (any visible US-ASCII character).322 </t>323 324 <section title="Core Rules" anchor="core.rules">325 <x:anchor-alias value="quoted-string"/>326 <x:anchor-alias value="token"/>327 <x:anchor-alias value="word"/>328 <x:anchor-alias value="BWS"/>329 <x:anchor-alias value="OWS"/>330 <x:anchor-alias value="RWS"/>331 <t>332 The core rules below are defined in <xref target="Part1"/>:333 </t>334 <figure><artwork type="abnf2616">335 <x:ref>BWS</x:ref> = <BWS, defined in &whitespace;>336 <x:ref>OWS</x:ref> = <OWS, defined in &whitespace;>337 <x:ref>RWS</x:ref> = <RWS, defined in &whitespace;>338 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &field-components;>339 <x:ref>token</x:ref> = <token, defined in &field-components;>340 <x:ref>word</x:ref> = <word, defined in &field-components;>341 </artwork></figure>342 </section>343 344 <section title="ABNF Rules defined in other Parts of the Specification" anchor="abnf.dependencies">345 <x:anchor-alias value="absolute-URI"/>346 <x:anchor-alias value="comment"/>347 <x:anchor-alias value="partial-URI"/>348 <x:anchor-alias value="qvalue"/>349 <x:anchor-alias value="URI-reference"/>350 <t>351 The ABNF rules below are defined in other parts:352 </t>353 <figure><!--Part1--><artwork type="abnf2616">354 <x:ref>absolute-URI</x:ref> = <absolute-URI, defined in &uri;>355 <x:ref>comment</x:ref> = <comment, defined in &field-components;>356 <x:ref>partial-URI</x:ref> = <partial-URI, defined in &uri;>357 <x:ref>qvalue</x:ref> = <qvalue, defined in &qvalue;>358 <x:ref>URI-reference</x:ref> = <URI-reference, defined in &uri;>359 </artwork></figure>360 </section>361 308 </section> 362 309 </section> … … 5611 5558 </section> 5612 5559 5560 <section title="Imported ABNF" anchor="imported.abnf"> 5561 <x:anchor-alias value="ALPHA"/> 5562 <x:anchor-alias value="CR"/> 5563 <x:anchor-alias value="DIGIT"/> 5564 <x:anchor-alias value="LF"/> 5565 <x:anchor-alias value="OCTET"/> 5566 <x:anchor-alias value="SP"/> 5567 <x:anchor-alias value="VCHAR"/> 5568 <x:anchor-alias value="quoted-string"/> 5569 <x:anchor-alias value="token"/> 5570 <x:anchor-alias value="word"/> 5571 <x:anchor-alias value="BWS"/> 5572 <x:anchor-alias value="OWS"/> 5573 <x:anchor-alias value="RWS"/> 5574 <x:anchor-alias value="absolute-URI"/> 5575 <x:anchor-alias value="comment"/> 5576 <x:anchor-alias value="partial-URI"/> 5577 <x:anchor-alias value="qvalue"/> 5578 <x:anchor-alias value="URI-reference"/> 5579 <t> 5580 The following core rules are included by 5581 reference, as defined in <xref target="RFC5234" x:fmt="," x:sec="B.1"/>: 5582 ALPHA (letters), CR (carriage return), CRLF (CR LF), CTL (controls), 5583 DIGIT (decimal 0-9), DQUOTE (double quote), 5584 HEXDIG (hexadecimal 0-9/A-F/a-f), HTAB (horizontal tab), LF (line feed), 5585 OCTET (any 8-bit sequence of data), SP (space), and 5586 VCHAR (any visible US-ASCII character). 5587 </t> 5588 <t> 5589 The rules below are defined in <xref target="Part1"/>: 5590 </t> 5591 <figure><artwork type="abnf2616"> 5592 <x:ref>BWS</x:ref> = <BWS, defined in &whitespace;> 5593 <x:ref>OWS</x:ref> = <OWS, defined in &whitespace;> 5594 <x:ref>RWS</x:ref> = <RWS, defined in &whitespace;> 5595 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &field-components;> 5596 <x:ref>token</x:ref> = <token, defined in &field-components;> 5597 <x:ref>word</x:ref> = <word, defined in &field-components;> 5598 5599 <x:ref>absolute-URI</x:ref> = <absolute-URI, defined in &uri;> 5600 <x:ref>comment</x:ref> = <comment, defined in &field-components;> 5601 <x:ref>partial-URI</x:ref> = <partial-URI, defined in &uri;> 5602 <x:ref>qvalue</x:ref> = <qvalue, defined in &qvalue;> 5603 <x:ref>URI-reference</x:ref> = <URI-reference, defined in &uri;> 5604 </artwork></figure> 5605 </section> 5606 5613 5607 <?BEGININC p2-semantics.abnf-appendix ?> 5614 5608 <section xmlns:x="http://purl.org/net/xml2rfc/ext" title="Collected ABNF" anchor="collected.abnf">
Note: See TracChangeset
for help on using the changeset viewer.