Changeset 128 for draft-ietf-httpbis/latest
- Timestamp:
- 01/01/08 12:49:23 (15 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r127 r128 964 964 </pre><p id="rfc.section.2.2.p.16">A string of text is parsed as a single word if it is quoted using double-quote marks.</p> 965 965 <div id="rfc.figure.u.11"></div><pre class="inline"><span id="rfc.iref.g.21"></span><span id="rfc.iref.g.22"></span> quoted-string = ( <"> *(qdtext | quoted-pair ) <"> ) 966 qdtext = <any TEXT exc ept <">>966 qdtext = <any TEXT excluding <"> and "\"> 967 967 </pre><p id="rfc.section.2.2.p.18">The backslash character ("\") <em class="bcp14">MAY</em> be used as a single-character quoting mechanism only within quoted-string and comment constructs. 968 968 </p> … … 2335 2335 </li> 2336 2336 <li> <<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/26">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/26</a>>: "Import query BNF" 2337 </li> 2338 <li> <<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/31">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/31</a>>: "qdtext BNF" 2337 2339 </li> 2338 2340 <li> <<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/42">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/42</a>>: "RFC2606 Compliance" -
draft-ietf-httpbis/latest/p1-messaging.xml
r127 r128 904 904 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="quoted-string"/><iref primary="true" item="Grammar" subitem="qdtext"/> 905 905 quoted-string = ( <"> *(qdtext | quoted-pair ) <"> ) 906 qdtext = <any TEXT exc ept <">>906 qdtext = <any TEXT excluding <"> and "\"> 907 907 </artwork></figure> 908 908 <t> … … 4034 4034 </t> 4035 4035 <t> 4036 <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/31"/>: 4037 "qdtext BNF" 4038 </t> 4039 <t> 4036 4040 <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/42"/>: 4037 4041 "RFC2606 Compliance"
Note: See TracChangeset
for help on using the changeset viewer.