Changeset 2043
- Timestamp:
- 08/12/12 08:14:23 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r2041 r2043 25 25 <!ENTITY content.negotiation "<xref target='Part2' x:rel='#content.negotiation' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 26 26 <!ENTITY diff-mime "<xref target='Part2' x:rel='#differences.between.http.and.mime' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 27 <!ENTITY representation "<xref target='Part2' x:rel='#representation ' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">27 <!ENTITY representation "<xref target='Part2' x:rel='#representations' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 28 28 <!ENTITY HEAD "<xref target='Part2' x:rel='#HEAD' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 29 29 <!ENTITY header-allow "<xref target='Part2' x:rel='#header.allow' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 47 47 <!ENTITY OPTIONS "<xref target='Part2' x:rel='#OPTIONS' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 48 48 <!ENTITY qvalue "<xref target='Part2' x:rel='#quality.values' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 49 <!ENTITY resource "<xref target='Part2' x:rel='#resource ' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">49 <!ENTITY resource "<xref target='Part2' x:rel='#resources' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 50 50 <!ENTITY selected-representation "<xref target='Part2' x:rel='#selected.representation' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 51 51 <!ENTITY status-codes "<xref target='Part2' x:rel='#status.codes' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 3213 3213 </section> 3214 3214 3215 <section title="Internet Media Type Registration s" anchor="internet.media.type.http">3215 <section title="Internet Media Type Registration" anchor="internet.media.type.http"> 3216 3216 <t> 3217 3217 This document serves as the specification for the Internet media types … … 3395 3395 </section> 3396 3396 3397 <section title="Transfer Coding Registration s" anchor="transfer.coding.registration">3397 <section title="Transfer Coding Registration" anchor="transfer.coding.registration"> 3398 3398 <t> 3399 3399 The HTTP Transfer Coding Registry shall be updated with the registrations -
draft-ietf-httpbis/latest/p2-semantics.xml
r2041 r2043 206 206 <t> 207 207 HTTP provides a uniform interface for interacting with a resource 208 (<xref target="resource "/>), regardless of its type, nature, or208 (<xref target="resources"/>), regardless of its type, nature, or 209 209 implementation, and for transferring content in message payloads in the 210 form of a representation (<xref target="representation "/>).210 form of a representation (<xref target="representations"/>). 211 211 </t> 212 212 <t> … … 257 257 </section> 258 258 259 <section title="Resource " anchor="resource">259 <section title="Resources" anchor="resources"> 260 260 <x:anchor-alias value="target resource"/> 261 261 <t> … … 285 285 </section> 286 286 287 <section title="Representation " anchor="representation">287 <section title="Representations" anchor="representations"> 288 288 <iref item="representation"/> 289 289 <t> … … 5649 5649 The term "representation" is introduced, replacing both "entity" and 5650 5650 "variant." 5651 (<xref target="representation " />)5651 (<xref target="representations" />) 5652 5652 </t> 5653 5653 <t>
Note: See TracChangeset
for help on using the changeset viewer.