Changeset 424 for draft-ietf-httpbis/latest/p7-auth.xml
- Timestamp:
- 21/11/08 17:39:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.xml
r421 r424 15 15 <!ENTITY ID-MONTH "November"> 16 16 <!ENTITY ID-YEAR "2008"> 17 <!ENTITY notation "<xref target='Part1' x:rel='#notation' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 17 18 <!ENTITY notation-abnf "<xref target='Part1' x:rel='#notation.abnf' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 18 19 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 238 239 </t> 239 240 </section> 240 </section> 241 242 <section title="Notational Conventions and Generic Grammar" anchor="notation"> 243 <t> 244 This specification uses the ABNF syntax defined in ¬ation-abnf;. 245 </t> 246 <t anchor="abnf.dependencies"> 241 242 <section title="Syntax Notation" anchor="notation"> 243 <t> 244 This specification uses the ABNF syntax defined in ¬ation;. 245 </t> 246 247 <section title="Core Rules" anchor="core.rules"> 248 <x:anchor-alias value="OWS"/> 249 <t> 250 The core rules below are defined in &basic-rules;: 251 </t> 252 <figure><artwork type="abnf2616"> 253 <x:ref>OWS</x:ref> = <OWS, defined in &basic-rules;> 254 </artwork></figure> 255 </section> 256 257 <section title="ABNF Rules defined in other Parts of the Specification" anchor="abnf.dependencies"> 247 258 <x:anchor-alias value="challenge"/> 248 259 <x:anchor-alias value="credentials"/> 260 <t> 249 261 <x:anchor-alias value="OWS"/> 250 262 The ABNF rules below are defined in other specifications: 251 263 </t> 252 <figure><artwork type="abnf2616">253 <x:ref>OWS</x:ref> = <OWS, defined in &basic-rules;>254 </artwork></figure>255 264 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="challenge"/><iref primary="true" item="Grammar" subitem="credentials"/> 256 265 <x:ref>challenge</x:ref> = <challenge, defined in <xref target="RFC2617" x:fmt="," x:sec="1.2"/>> 257 266 <x:ref>credentials</x:ref> = <credentials, defined in <xref target="RFC2617" x:fmt="," x:sec="1.2"/>> 258 267 </artwork></figure> 268 </section> 269 270 </section> 271 259 272 </section> 260 273 … … 850 863 <list style="symbols"> 851 864 <t> 852 Add appendix containing collected and expanded ABNF .865 Add appendix containing collected and expanded ABNF, reorganize ABNF introduction. 853 866 </t> 854 867 </list>
Note: See TracChangeset
for help on using the changeset viewer.