Changeset 334 for draft-ietf-httpbis/latest/p4-conditional.xml
- Timestamp:
- 05/11/08 14:50:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.xml
r331 r334 707 707 </t> 708 708 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="If-Match"/> 709 <x:ref>If-Match</x:ref> = "If-Match" ":" ( "*" |1#<x:ref>entity-tag</x:ref> )709 <x:ref>If-Match</x:ref> = "If-Match" ":" ( "*" / 1#<x:ref>entity-tag</x:ref> ) 710 710 </artwork></figure> 711 711 <t> … … 863 863 </t> 864 864 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="If-None-Match"/> 865 <x:ref>If-None-Match</x:ref> = "If-None-Match" ":" ( "*" |1#<x:ref>entity-tag</x:ref> )865 <x:ref>If-None-Match</x:ref> = "If-None-Match" ":" ( "*" / 1#<x:ref>entity-tag</x:ref> ) 866 866 </artwork></figure> 867 867 <t> … … 1390 1390 <section title="Since draft-ietf-httpbis-p4-conditional-04" anchor="changes.since.04"> 1391 1391 <t> 1392 Ongoing work on ABNF conversion (<eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/36"/>): 1393 <list style="symbols"> 1394 <t> 1395 Use "/" instead of "|" for alternatives. 1396 </t> 1397 </list> 1392 1398 </t> 1393 1399 </section>
Note: See TracChangeset
for help on using the changeset viewer.