Changeset 702 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 27/09/09 11:08:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r698 r702 460 460 <x:anchor-alias value="quoted-pair"/> 461 461 The backslash character ("\") can be used as a single-character 462 quoting mechanism only within quoted-string and comment constructs (<xref target="header.fields"/>).462 quoting mechanism only within quoted-string constructs: 463 463 </t> 464 464 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="quoted-pair"/> 465 465 <x:ref>quoted-pair</x:ref> = "\" ( <x:ref>WSP</x:ref> / <x:ref>VCHAR</x:ref> / <x:ref>obs-text</x:ref> ) 466 466 </artwork></figure> 467 <t> 468 Producers &SHOULD-NOT; escape characters that do not require escaping 469 (DQUOTE and the backslash character). 470 </t> 467 471 </section> 468 472 … … 1160 1164 </t> 1161 1165 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="comment"/><iref primary="true" item="Grammar" subitem="ctext"/> 1162 <x:ref>comment</x:ref> = "(" *( <x:ref>ctext</x:ref> / <x:ref>quoted- pair</x:ref> / <x:ref>comment</x:ref> ) ")"1166 <x:ref>comment</x:ref> = "(" *( <x:ref>ctext</x:ref> / <x:ref>quoted-cpair</x:ref> / <x:ref>comment</x:ref> ) ")" 1163 1167 <x:ref>ctext</x:ref> = <x:ref>OWS</x:ref> / %x21-27 / %x2A-5B / %x5D-7E / <x:ref>obs-text</x:ref> 1164 1168 ; <x:ref>OWS</x:ref> / <<x:ref>VCHAR</x:ref> except "(", ")", and "\"> / <x:ref>obs-text</x:ref> 1165 1169 </artwork></figure> 1166 1170 <t anchor="rule.quoted-cpair"> 1171 <x:anchor-alias value="quoted-cpair"/> 1172 The backslash character ("\") can be used as a single-character 1173 quoting mechanism only within comment constructs: 1174 </t> 1175 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="quoted-cpair"/> 1176 <x:ref>quoted-cpair</x:ref> = "\" ( <x:ref>WSP</x:ref> / <x:ref>VCHAR</x:ref> / <x:ref>obs-text</x:ref> ) 1177 </artwork></figure> 1178 <t> 1179 Producers &SHOULD-NOT; escape characters that do not require escaping 1180 (the backslash character "\" and the parentheses "(" and ")"). 1181 </t> 1167 1182 </section> 1168 1183
Note: See TracChangeset
for help on using the changeset viewer.