Changeset 1396 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 09/08/11 14:11:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1374 r1396 27 27 <!ENTITY notation-abnf "<xref target='Part1' x:rel='#notation.abnf' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 28 28 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 29 <!ENTITY field-rules "<xref target='Part1' x:rel='#field.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 29 30 <!ENTITY uri "<xref target='Part1' x:rel='#uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 30 31 <!ENTITY effective-request-uri "<xref target='Part1' x:rel='#effective.request.uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 343 344 <x:anchor-alias value="RWS"/> 344 345 <t> 345 The core rules below are defined in &basic-rules;:346 The core rules below are defined in <xref target="Part1"/>: 346 347 </t> 347 348 <figure><artwork type="abnf2616"> 348 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &basic-rules;>349 <x:ref>token</x:ref> = <token, defined in &basic-rules;>350 349 <x:ref>OWS</x:ref> = <OWS, defined in &basic-rules;> 351 350 <x:ref>RWS</x:ref> = <RWS, defined in &basic-rules;> 352 351 <x:ref>obs-text</x:ref> = <obs-text, defined in &basic-rules;> 352 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &field-rules;> 353 <x:ref>token</x:ref> = <token, defined in &field-rules;> 353 354 </artwork></figure> 354 355 </section> … … 3630 3631 <x:ref>product</x:ref> = <product, defined in [Part1], Section 6.3> 3631 3632 3632 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 1.2.2>3633 3634 <x:ref>token</x:ref> = <token, defined in [Part1], Section 1.2.2>3633 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 3.2.3> 3634 3635 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2.3> 3635 3636 </artwork> 3636 3637 </figure>
Note: See TracChangeset
for help on using the changeset viewer.