Changeset 205 for draft-ietf-httpbis/latest/p3-payload.xml
- Timestamp:
- 06/02/08 19:15:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p3-payload.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 caching-neg-resp "<xref target='Part6' x:rel='#caching.negotiated.responses' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 18 20 <!ENTITY header-transfer-encoding "<xref target='Part1' x:rel='#header.transfer-encoding' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 249 251 </t> 250 252 </section> 253 </section> 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 ALPHA = <ALPHA, defined in &basic-rules;> 264 DIGIT = <DIGIT, defined in &basic-rules;> 265 OCTET = <OCTET, defined in &basic-rules;> 266 </artwork></figure> 267 <figure><artwork type="abnf2616"> 268 quoted-string = <quoted-string, defined in &basic-rules;> 269 token = <token, defined in &basic-rules;> 270 </artwork></figure> 251 271 </section> 252 272 … … 2398 2418 <section title="Since draft-ietf-httpbis-p3-payload-01"> 2399 2419 <t> 2420 Ongoing work on ABNF conversion (<eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36"/>): 2421 <list style="symbols"> 2422 <t> 2423 Add explicit references to BNF syntax and rules imported from other parts of the specification. 2424 </t> 2425 </list> 2400 2426 </t> 2401 2427 </section>
Note: See TracChangeset
for help on using the changeset viewer.