Ignore:
Timestamp:
17/02/08 20:26:35 (15 years ago)
Author:
julian.reschke@…
Message:

Rewrite "token" rule, not using prose; relates to #36.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • draft-ietf-httpbis/latest/p1-messaging.xml

    r212 r214  
    907907   <xref target="transfer.codings"/>).
    908908</t>
    909 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="token"/><iref primary="true" item="Grammar" subitem="separators"/>
    910   token          = 1*&lt;any CHAR except CTLs or separators&gt;
     909<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="token"/><iref primary="true" item="Grammar" subitem="tchar"/><iref primary="true" item="Grammar" subitem="separators"/>
    911910  separators     = "(" | ")" | "&lt;" | "&gt;" | "@"
    912911                 | "," | ";" | ":" | "\" | DQUOTE
    913912                 | "/" | "[" | "]" | "?" | "="
    914913                 | "{" | "}" | SP | HTAB
     914                 
     915  tchar          = "!" | "#" | "$" | "%" | "&amp;" | "'" | "*" | "+" | "-"
     916                 | "." | "^" | "_" | "`" | "|" | "~" | DIGIT | ALPHA
     917                 ; any CHAR except CTLs or separators
     918                 
     919  token          = 1*tchar
    915920</artwork></figure>
    916921<t>
     
    42894294      Add explicit references to BNF syntax and rules imported from other parts of the specification.
    42904295    </t>
     4296    <t>
     4297      Rewrite prose rule "token" in terms of "tchar".
     4298    </t>
    42914299  </list>
    42924300</t>
Note: See TracChangeset for help on using the changeset viewer.