Changeset 1518 for draft-ietf-httpbis/latest/p4-conditional.xml
- Timestamp:
- 30/01/12 01:48:21 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.xml
r1514 r1518 17 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 <!ENTITY notation-abnf "<xref target='Part1' x:rel='#notation.abnf' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">19 <!ENTITY abnf-extension "<xref target='Part1' x:rel='#abnf.extension' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 20 20 <!ENTITY acks "<xref target='Part1' x:rel='#acks' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 21 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">22 <!ENTITY field- rules "<xref target='Part1' x:rel='#field.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">21 <!ENTITY whitespace "<xref target='Part1' x:rel='#whitespace' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 22 <!ENTITY field-components "<xref target='Part1' x:rel='#field.components' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 23 23 <!ENTITY header-date "<xref target='Part2' x:rel='#header.date' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 24 24 <!ENTITY messaging "<xref target='Part1' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 304 304 <x:anchor-alias value="HTTP-date"/> 305 305 <t> 306 This specification uses the ABNF syntax defined in ¬ation; (which307 extends the syntax defined in <xref target="RFC5234"/> with a list rule).308 <xref target="collected.abnf"/> shows the collected ABNF, with the list309 rule expanded.306 This specification uses the Augmented Backus-Naur Form (ABNF) notation 307 of <xref target="RFC5234"/> with the list rule extension defined in 308 ¬ation;. <xref target="collected.abnf"/> shows the collected ABNF 309 with the list rule expanded. 310 310 </t> 311 311 <t> … … 323 323 </t> 324 324 <figure><artwork type="abnf2616"> 325 <x:ref>OWS</x:ref> = <OWS, defined in & basic-rules;>326 <x:ref>obs-text</x:ref> = <obs-text, defined in &field- rules;>325 <x:ref>OWS</x:ref> = <OWS, defined in &whitespace;> 326 <x:ref>obs-text</x:ref> = <obs-text, defined in &field-components;> 327 327 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in &http-date;> 328 328 </artwork></figure>
Note: See TracChangeset
for help on using the changeset viewer.