Changeset 210 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 13/02/08 17:36:24 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r207 r210 18 18 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 19 19 <!ENTITY general-syntax "<xref target='Part1' x:rel='#general.syntax' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 20 <!ENTITY time-spans "<xref target='Part1' x:rel='#time.spans' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 20 21 <!ENTITY messaging "<xref target='Part1' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 21 22 <!ENTITY conditional "<xref target='Part4' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 448 449 </t> 449 450 <figure><!--Part1--><artwork type="abnf2616"> 451 delta-seconds = <delta-seconds, defined in &time-spans;> 450 452 field-name = <field-name, defined in &message-headers;> 451 453 HTTP-date = <HTTP-date, defined in &full-date;> … … 1508 1510 seconds. 1509 1511 </t> 1510 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="delta-seconds"/>1511 delta-seconds = 1*DIGIT1512 </artwork></figure>1513 1512 <t> 1514 1513 If a cache receives a value larger than the largest positive … … 2891 2890 </t> 2892 2891 <t> 2893 O ther changes:2892 Ongoing work on ABNF conversion (<eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36"/>): 2894 2893 <list style="symbols"> 2895 2894 <t> 2896 Get rid of duplicate BNF rule names ("host" -> "uri-host") 2897 (work in progress on <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36"/>) 2895 Get rid of duplicate BNF rule names ("host" -> "uri-host"). 2898 2896 </t> 2899 2897 <t> 2900 2898 Add explicit references to BNF syntax and rules imported from other parts of the specification. 2901 2899 </t> 2900 <t> 2901 Move definition of "delta-seconds" into Part1 as a common BNF element. 2902 </t> 2902 2903 </list> 2903 2904 </t>
Note: See TracChangeset
for help on using the changeset viewer.