Changeset 205 for draft-ietf-httpbis/latest/p4-conditional.xml
- Timestamp:
- 06/02/08 19:15:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.xml
r203 r205 15 15 <!ENTITY ID-MONTH "February"> 16 16 <!ENTITY ID-YEAR "2008"> 17 <!ENTITY notation-abnf "<xref target='Part1' x:rel='#notation.abnf' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 18 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 17 19 <!ENTITY messaging "<xref target='Part1' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 18 20 <!ENTITY caching "<xref target='Part6' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 21 23 <!ENTITY header-vary "<xref target='Part6' x:rel='#header.vary' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 22 24 <!ENTITY clockless "<xref target='Part1' x:rel='#clockless.origin.server.operation' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 25 <!ENTITY full-date "<xref target='Part1' x:rel='#full.date' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 23 26 ]> 24 27 <?rfc toc="yes" ?> … … 250 253 </section> 251 254 255 <section title="Notational Conventions and Generic Grammar" anchor="notation"> 256 <t> 257 This specification uses the ABNF syntax defined in ¬ation-abnf; and 258 the core rules defined in &basic-rules;: 259 <cref anchor="abnf.dep">ABNF syntax and basic rules will be adopted from RFC 5234, see 260 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/36"/>.</cref> 261 </t> 262 <figure><artwork type="abnf2616"> 263 quoted-string = <quoted-string, defined in &basic-rules;> 264 </artwork></figure> 265 <t> 266 The ABNF rules below are defined in other parts: 267 </t> 268 <figure><artwork type="abnf2616"> 269 HTTP-date = <HTTP-date, defined in &full-date;> 270 </artwork></figure> 271 </section> 272 252 273 <section title="Entity Tags" anchor="entity.tags"> 253 274 <t> … … 1230 1251 <section title="Since draft-ietf-httpbis-p4-conditional-01"> 1231 1252 <t> 1253 Ongoing work on ABNF conversion (<eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36"/>): 1254 <list style="symbols"> 1255 <t> 1256 Add explicit references to BNF syntax and rules imported from other parts of the specification. 1257 </t> 1258 </list> 1232 1259 </t> 1233 1260 </section>
Note: See TracChangeset
for help on using the changeset viewer.