Changeset 424 for draft-ietf-httpbis/latest/p4-conditional.xml
- Timestamp:
- 21/11/08 17:39:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.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="quoted-string"/> 255 260 <x:anchor-alias value="OWS"/> 256 261 <t> 257 This specification uses the ABNF syntax defined in ¬ation-abnf; and 258 the core rules defined in &basic-rules;: 262 The core rules below are defined in &basic-rules;: 259 263 </t> 260 264 <figure><artwork type="abnf2616"> … … 262 266 <x:ref>OWS</x:ref> = <OWS, defined in &basic-rules;> 263 267 </artwork></figure> 264 <t anchor="abnf.dependencies"> 268 </section> 269 270 <section title="ABNF Rules defined in other Parts of the Specification" anchor="abnf.dependencies"> 265 271 <x:anchor-alias value="HTTP-date"/> 272 <t> 266 273 The ABNF rules below are defined in other parts: 267 274 </t> … … 269 276 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in &full-date;> 270 277 </artwork></figure> 278 </section> 279 280 </section> 281 271 282 </section> 272 283 … … 1459 1470 <list style="symbols"> 1460 1471 <t> 1461 Add appendix containing collected and expanded ABNF .1472 Add appendix containing collected and expanded ABNF, reorganize ABNF introduction. 1462 1473 </t> 1463 1474 </list>
Note: See TracChangeset
for help on using the changeset viewer.