Changeset 424 for draft-ietf-httpbis/latest/p5-range.xml
- Timestamp:
- 21/11/08 17:39:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.xml
r421 r424 15 15 <!ENTITY ID-MONTH "November"> 16 16 <!ENTITY ID-YEAR "2008"> 17 <!ENTITY notation "<xref target='Part1' x:rel='#notation' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 17 18 <!ENTITY notation-abnf "<xref target='Part1' x:rel='#notation.abnf' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 18 19 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 249 250 </t> 250 251 </section> 251 </section> 252 253 <section title="Notational Conventions and Generic Grammar" anchor="notation"> 252 253 <section title="Syntax Notation" anchor="notation"> 254 <t> 255 This specification uses the ABNF syntax defined in ¬ation;. 256 </t> 257 258 <section title="Core Rules" anchor="core.rules"> 254 259 <x:anchor-alias value="CHAR"/> 255 260 <x:anchor-alias value="DIGIT"/> … … 258 263 <x:anchor-alias value="OWS"/> 259 264 <t> 260 This specification uses the ABNF syntax defined in ¬ation-abnf; and 261 the core rules defined in &basic-rules;: 265 The core rules below are defined in &basic-rules;: 262 266 </t> 263 267 <figure><artwork type="abnf2616"> … … 270 274 <x:ref>OWS</x:ref> = <OWS, defined in &basic-rules;> 271 275 </artwork></figure> 272 <t anchor="abnf.dependencies"> 276 </section> 277 278 <section title="ABNF Rules defined in other Parts of the Specification" anchor="abnf.dependencies"> 273 279 <x:anchor-alias value="entity-tag"/> 274 280 <x:anchor-alias value="HTTP-date"/> 281 <t> 275 282 The ABNF rules below are defined in other parts: 276 283 </t> … … 282 289 </artwork></figure> 283 290 </section> 291 292 </section> 293 294 </section> 295 284 296 285 297 <section title="Range Units" anchor="range.units"> … … 1349 1361 content-range-spec = byte-content-range-spec /
 1350 1362 other-content-range-spec
 1351 entity-tag = <entity-tag, defined in [Part4], Section 3>
1363 entity-tag = <entity-tag, defined in [Part4], Section 2>
 1352 1364 first-byte-pos = 1*DIGIT
 1353 1365 instance-length = 1*DIGIT
 … … 1477 1489 <list style="symbols"> 1478 1490 <t> 1479 Add appendix containing collected and expanded ABNF .1491 Add appendix containing collected and expanded ABNF, reorganize ABNF introduction. 1480 1492 </t> 1481 1493 </list>
Note: See TracChangeset
for help on using the changeset viewer.