Changeset 1436 for draft-ietf-httpbis/latest/p5-range.xml
- Timestamp:
- 03/09/11 01:55:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.xml
r1426 r1436 20 20 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 21 21 <!ENTITY field-rules "<xref target='Part1' x:rel='#field.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 22 <!ENTITY full-date "<xref target='Part1' x:rel='#date.time.formats.full.date' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">22 <!ENTITY http-date "<xref target='Part2' x:rel='#http.date' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 23 23 <!ENTITY messaging "<xref target='Part1' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 24 24 <!ENTITY entity-tags "<xref target='Part4' x:rel='#header.etag' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 289 289 <x:anchor-alias value="HTTP-date"/> 290 290 <t> 291 The core rules below are defined in <xref target="Part1"/>: 291 The core rules below are defined in <xref target="Part1"/> and 292 <xref target="Part2"/>: 292 293 </t> 293 294 <figure><artwork type="abnf2616"> 294 295 <x:ref>OWS</x:ref> = <OWS, defined in &basic-rules;> 295 296 <x:ref>token</x:ref> = <token, defined in &field-rules;> 296 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in & full-date;>297 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in &http-date;> 297 298 </artwork></figure> 298 299 </section> … … 1065 1066 </reference> 1066 1067 1068 <reference anchor="Part2"> 1069 <front> 1070 <title abbrev="HTTP/1.1">HTTP/1.1, part 2: Message Semantics</title> 1071 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 1072 <organization abbrev="Adobe">Adobe Systems Incorporated</organization> 1073 <address><email>fielding@gbiv.com</email></address> 1074 </author> 1075 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 1076 <organization abbrev="Alcatel-Lucent">Alcatel-Lucent Bell Labs</organization> 1077 <address><email>jg@freedesktop.org</email></address> 1078 </author> 1079 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 1080 <organization abbrev="HP">Hewlett-Packard Company</organization> 1081 <address><email>JeffMogul@acm.org</email></address> 1082 </author> 1083 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 1084 <organization abbrev="Microsoft">Microsoft Corporation</organization> 1085 <address><email>henrikn@microsoft.com</email></address> 1086 </author> 1087 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 1088 <organization abbrev="Adobe">Adobe Systems Incorporated</organization> 1089 <address><email>LMM@acm.org</email></address> 1090 </author> 1091 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 1092 <organization abbrev="Microsoft">Microsoft Corporation</organization> 1093 <address><email>paulle@microsoft.com</email></address> 1094 </author> 1095 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 1096 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 1097 <address><email>timbl@w3.org</email></address> 1098 </author> 1099 <author initials="Y." surname="Lafon" fullname="Yves Lafon" role="editor"> 1100 <organization abbrev="W3C">World Wide Web Consortium</organization> 1101 <address><email>ylafon@w3.org</email></address> 1102 </author> 1103 <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor"> 1104 <organization abbrev="greenbytes">greenbytes GmbH</organization> 1105 <address><email>julian.reschke@greenbytes.de</email></address> 1106 </author> 1107 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1108 </front> 1109 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p2-semantics-&ID-VERSION;"/> 1110 <x:source href="p2-semantics.xml" basename="p2-semantics"/> 1111 </reference> 1112 1067 1113 <reference anchor="Part4"> 1068 1114 <front> … … 1415 1461 <x:ref>Content-Range</x:ref> = byte-content-range-spec / other-content-range-spec 1416 1462 1417 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in [Part 1], Section 6.1>1463 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in [Part2], Section 8> 1418 1464 1419 1465 <x:ref>If-Range</x:ref> = entity-tag / HTTP-date
Note: See TracChangeset
for help on using the changeset viewer.