Changeset 205 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 06/02/08 19:15:29 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r203 r205 22 22 <!ENTITY auth "<xref target='Part7' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 23 23 <!ENTITY content-negotiation "<xref target='Part3' x:rel='#content.negotiation' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 24 <!ENTITY notation-abnf "<xref target='Part1' x:rel='#notation.abnf' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 25 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 24 26 <!ENTITY uri "<xref target='Part1' x:rel='#uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 25 27 <!ENTITY http-url "<xref target='Part1' x:rel='#http-url' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 286 288 </section> 287 289 290 <section title="Notational Conventions and Generic Grammar" anchor="notation"> 291 <t> 292 This specification uses the ABNF syntax defined in ¬ation-abnf; and 293 the core rules defined in &basic-rules;: 294 <cref anchor="abnf.dep">ABNF syntax and basic rules will be adopted from RFC 5234, see 295 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/36"/>.</cref> 296 </t> 297 <figure><artwork type="abnf2616"> 298 DIGIT = <DIGIT, defined in &basic-rules;> 299 </artwork></figure> 300 <figure><artwork type="abnf2616"> 301 comment = <comment, defined in &basic-rules;> 302 quoted-string = <quoted-string, defined in &basic-rules;> 303 token = <token, defined in &basic-rules;> 304 </artwork></figure> 305 </section> 306 288 307 <section title="Method" anchor="method"> 289 308 <t> … … 2618 2637 in the definition of the Upgrade header. 2619 2638 </t> 2639 <t> 2640 Add explicit references to BNF syntax and rules imported from other parts of the specification. 2641 </t> 2620 2642 </list> 2621 2643 </t>
Note: See TracChangeset
for help on using the changeset viewer.