Changeset 703 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 28/09/09 06:22:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r702 r703 460 460 <x:anchor-alias value="quoted-pair"/> 461 461 The backslash character ("\") can be used as a single-character 462 quoting mechanism onlywithin quoted-string constructs:462 quoting mechanism within quoted-string constructs: 463 463 </t> 464 464 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="quoted-pair"/> … … 467 467 <t> 468 468 Producers &SHOULD-NOT; escape characters that do not require escaping 469 ( DQUOTE and the backslash character).469 (i.e., other than DQUOTE and the backslash character). 470 470 </t> 471 471 </section> … … 1171 1171 <x:anchor-alias value="quoted-cpair"/> 1172 1172 The backslash character ("\") can be used as a single-character 1173 quoting mechanism onlywithin comment constructs:1173 quoting mechanism within comment constructs: 1174 1174 </t> 1175 1175 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="quoted-cpair"/> … … 1178 1178 <t> 1179 1179 Producers &SHOULD-NOT; escape characters that do not require escaping 1180 (the backslash character "\" and the parentheses "(" and ")"). 1180 (i.e., other than the backslash character "\" and the parentheses "(" and 1181 ")"). 1181 1182 </t> 1182 1183 </section>
Note: See TracChangeset
for help on using the changeset viewer.