Changeset 1518 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 30/01/12 01:48:21 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r1514 r1518 15 15 <!ENTITY ID-MONTH "January"> 16 16 <!ENTITY ID-YEAR "2012"> 17 <!ENTITY architecture "<xref target='Part1' x:rel='#architecture' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">17 <!ENTITY architecture "<xref target='Part1' x:rel='#architecture' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 18 18 <!ENTITY notation "<xref target='Part1' x:rel='#notation' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 19 19 <!ENTITY acks "<xref target='Part1' x:rel='#acks' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 20 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">21 <!ENTITY field- rules "<xref target='Part1' x:rel='#field.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">20 <!ENTITY whitespace "<xref target='Part1' x:rel='#whitespace' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 21 <!ENTITY field-components "<xref target='Part1' x:rel='#field.components' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 22 22 <!ENTITY uri "<xref target='Part1' x:rel='#uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 23 23 <!ENTITY effective-request-uri "<xref target='Part1' x:rel='#effective.request.uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 435 435 <x:anchor-alias value="VCHAR"/> 436 436 <t> 437 This specification uses the A BNF syntax defined in ¬ation; (which438 extends the syntax defined in <xref target="RFC5234"/> with a list rule).439 <xref target="collected.abnf"/> shows the collected ABNF, with the list440 rule expanded.437 This specification uses the Augmented Backus-Naur Form (ABNF) notation 438 of <xref target="RFC5234"/> with the list rule extension defined in 439 ¬ation;. <xref target="collected.abnf"/> shows the collected ABNF 440 with the list rule expanded. 441 441 </t> 442 442 <t> … … 456 456 </t> 457 457 <figure><artwork type="abnf2616"> 458 <x:ref>OWS</x:ref> = <OWS, defined in & basic-rules;>459 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &field- rules;>460 <x:ref>token</x:ref> = <token, defined in &field- rules;>458 <x:ref>OWS</x:ref> = <OWS, defined in &whitespace;> 459 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &field-components;> 460 <x:ref>token</x:ref> = <token, defined in &field-components;> 461 461 </artwork></figure> 462 462 </section>
Note: See TracChangeset
for help on using the changeset viewer.