Changeset 1503 for draft-ietf-httpbis
- Timestamp:
- 02/01/12 15:53:04 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1499 r1503 766 766 <p id="rfc.section.1.2.2.p.1">The ABNF rules below are defined in other parts:</p> 767 767 <div id="rfc.figure.u.2"></div><pre class="inline"> <a href="#abnf.dependencies" class="smpl">absolute-URI</a> = <absolute-URI, defined in <a href="#Part1" id="rfc.xref.Part1.11"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#uri" title="Uniform Resource Identifiers">Section 2.7</a>> 768 <a href="#abnf.dependencies" class="smpl">comment</a> = <comment, defined in <a href="#Part1" id="rfc.xref.Part1.12"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html# header.fields" title="Header Fields">Section 3.2</a>>768 <a href="#abnf.dependencies" class="smpl">comment</a> = <comment, defined in <a href="#Part1" id="rfc.xref.Part1.12"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.rules" title="Common Field ABNF Rules">Section 3.2.3</a>> 769 769 <a href="#abnf.dependencies" class="smpl">partial-URI</a> = <partial-URI, defined in <a href="#Part1" id="rfc.xref.Part1.13"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#uri" title="Uniform Resource Identifiers">Section 2.7</a>> 770 770 <a href="#abnf.dependencies" class="smpl">product</a> = <product, defined in <a href="#Part1" id="rfc.xref.Part1.14"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#product.tokens" title="Product Tokens">Section 5.2</a>> … … 3061 3061 <a href="#obsolete.date.formats" class="smpl">asctime-date</a> = day-name SP date3 SP time-of-day SP year 3062 3062 3063 <a href="#abnf.dependencies" class="smpl">comment</a> = <comment, defined in [Part1], Section 3.2 >3063 <a href="#abnf.dependencies" class="smpl">comment</a> = <comment, defined in [Part1], Section 3.2.3> 3064 3064 3065 3065 <a href="#obsolete.date.formats" class="smpl">date1</a> = day SP month SP year … … 3621 3621 <li><em>Section 2.7</em> <a href="#rfc.xref.Part1.11">1.2.2</a>, <a href="#rfc.xref.Part1.13">1.2.2</a>, <a href="#rfc.xref.Part1.15">1.2.2</a></li> 3622 3622 <li><em>Section 3.1.1.2</em> <a href="#rfc.xref.Part1.31">6.9</a></li> 3623 <li><em>Section 3.2</em> <a href="#rfc.xref.Part1.1 2">1.2.2</a>, <a href="#rfc.xref.Part1.18">3</a>, <a href="#rfc.xref.Part1.21">3.1</a>, <a href="#rfc.xref.Part1.40">9.9</a>, <a href="#rfc.xref.Part1.43">9.10</a></li>3624 <li><em>Section 3.2.3</em> <a href="#rfc.xref.Part1.9">1.2.1</a>, <a href="#rfc.xref.Part1.10">1.2.1</a>, <a href="#rfc.xref.Part1. 20">3.1</a></li>3623 <li><em>Section 3.2</em> <a href="#rfc.xref.Part1.18">3</a>, <a href="#rfc.xref.Part1.21">3.1</a>, <a href="#rfc.xref.Part1.40">9.9</a>, <a href="#rfc.xref.Part1.43">9.10</a></li> 3624 <li><em>Section 3.2.3</em> <a href="#rfc.xref.Part1.9">1.2.1</a>, <a href="#rfc.xref.Part1.10">1.2.1</a>, <a href="#rfc.xref.Part1.12">1.2.2</a>, <a href="#rfc.xref.Part1.20">3.1</a></li> 3625 3625 <li><em>Section 3.3</em> <a href="#rfc.xref.Part1.17">2.2.1</a>, <a href="#rfc.xref.Part1.27">5</a>, <a href="#rfc.xref.Part1.35">7.2.6</a></li> 3626 3626 <li><em>Section 4.3</em> <a href="#rfc.xref.Part1.16">2</a>, <a href="#rfc.xref.Part1.26">3.3</a>, <a href="#rfc.xref.Part1.28">5.1</a></li> -
draft-ietf-httpbis/latest/p2-semantics.xml
r1500 r1503 392 392 <figure><!--Part1--><artwork type="abnf2616"> 393 393 <x:ref>absolute-URI</x:ref> = <absolute-URI, defined in &uri;> 394 <x:ref>comment</x:ref> = <comment, defined in & header-fields;>394 <x:ref>comment</x:ref> = <comment, defined in &field-rules;> 395 395 <x:ref>partial-URI</x:ref> = <partial-URI, defined in &uri;> 396 396 <x:ref>product</x:ref> = <product, defined in &product-tokens;> … … 4087 4087 <x:ref>asctime-date</x:ref> = day-name SP date3 SP time-of-day SP year 4088 4088 4089 <x:ref>comment</x:ref> = <comment, defined in [Part1], Section 3.2 >4089 <x:ref>comment</x:ref> = <comment, defined in [Part1], Section 3.2.3> 4090 4090 4091 4091 <x:ref>date1</x:ref> = day SP month SP year
Note: See TracChangeset
for help on using the changeset viewer.