Changeset 1518 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 30/01/12 01:48:21 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1516 r1518 27 27 <!ENTITY content-negotiation "<xref target='Part3' x:rel='#content.negotiation' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 28 28 <!ENTITY agent-driven-negotiation "<xref target='Part3' x:rel='#agent-driven.negotiation' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 29 <!ENTITY notation-abnf "<xref target='Part1' x:rel='#notation.abnf' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">30 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">31 <!ENTITY field- rules "<xref target='Part1' x:rel='#field.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">29 <!ENTITY abnf-extension "<xref target='Part1' x:rel='#abnf.extension' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 30 <!ENTITY whitespace "<xref target='Part1' x:rel='#whitespace' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 31 <!ENTITY field-components "<xref target='Part1' x:rel='#field.components' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 32 32 <!ENTITY uri "<xref target='Part1' x:rel='#uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 33 33 <!ENTITY effective-request-uri "<xref target='Part1' x:rel='#effective.request.uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 346 346 <x:anchor-alias value="SP"/> 347 347 <t> 348 This specification uses the ABNF syntax defined in ¬ation; (which349 extends the syntax defined in <xref target="RFC5234"/> with a list rule).350 <xref target="collected.abnf"/> shows the collected ABNF, with the list351 rule expanded.348 This specification uses the Augmented Backus-Naur Form (ABNF) notation 349 of <xref target="RFC5234"/> with the list rule extension defined in 350 ¬ation;. <xref target="collected.abnf"/> shows the collected ABNF 351 with the list rule expanded. 352 352 </t> 353 353 <t> … … 372 372 </t> 373 373 <figure><artwork type="abnf2616"> 374 <x:ref>BWS</x:ref> = <BWS, defined in & basic-rules;>375 <x:ref>OWS</x:ref> = <OWS, defined in & basic-rules;>376 <x:ref>RWS</x:ref> = <RWS, defined in & basic-rules;>377 <x:ref>obs-text</x:ref> = <obs-text, defined in & basic-rules;>378 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &field- rules;>379 <x:ref>token</x:ref> = <token, defined in &field- rules;>374 <x:ref>BWS</x:ref> = <BWS, defined in &whitespace;> 375 <x:ref>OWS</x:ref> = <OWS, defined in &whitespace;> 376 <x:ref>RWS</x:ref> = <RWS, defined in &whitespace;> 377 <x:ref>obs-text</x:ref> = <obs-text, defined in &field-components;> 378 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &field-components;> 379 <x:ref>token</x:ref> = <token, defined in &field-components;> 380 380 </artwork></figure> 381 381 </section> … … 392 392 <figure><!--Part1--><artwork type="abnf2616"> 393 393 <x:ref>absolute-URI</x:ref> = <absolute-URI, defined in &uri;> 394 <x:ref>comment</x:ref> = <comment, defined in &field- rules;>394 <x:ref>comment</x:ref> = <comment, defined in &field-components;> 395 395 <x:ref>partial-URI</x:ref> = <partial-URI, defined in &uri;> 396 396 <x:ref>product</x:ref> = <product, defined in &product-tokens;> … … 525 525 <t> 526 526 New header field values typically have their syntax defined using ABNF 527 (<xref target="RFC5234"/>), using the extension s defined in ¬ation-abnf;527 (<xref target="RFC5234"/>), using the extension defined in &abnf-extension; 528 528 as necessary, and are usually constrained to the range of ASCII characters. 529 529 Header fields needing a greater range of characters can use an encoding … … 534 534 they need to be treated with care if they are allowed in the field-value's 535 535 payload. Typically, components that might contain a comma are protected with 536 double-quotes using the quoted-string ABNF production (&field- rules;).536 double-quotes using the quoted-string ABNF production (&field-components;). 537 537 </t> 538 538 <t>
Note: See TracChangeset
for help on using the changeset viewer.