Changeset 425 for draft-ietf-httpbis/latest/p4-conditional.xml
- Timestamp:
- 21/11/08 20:25:09 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.xml
r424 r425 252 252 253 253 <section title="Syntax Notation" anchor="notation"> 254 <x:anchor-alias value="ALPHA"/> 255 <x:anchor-alias value="CR"/> 256 <x:anchor-alias value="DIGIT"/> 257 <x:anchor-alias value="LF"/> 258 <x:anchor-alias value="OCTET"/> 259 <x:anchor-alias value="VCHAR"/> 260 <x:anchor-alias value="WSP"/> 254 261 <t> 255 262 This specification uses the ABNF syntax defined in ¬ation;. 263 The following core rules are included by 264 reference, as defined in <xref target="RFC5234" x:fmt="," x:sec="B.1"/>: 265 ALPHA (letters), CR (carriage return), CRLF (CR LF), CTL (controls), 266 DIGIT (decimal 0-9), DQUOTE (double quote), 267 HEXDIG (hexadecimal 0-9/A-F/a-f), LF (line feed), 268 OCTET (any 8-bit sequence of data), SP (space), 269 VCHAR (any visible USASCII character), 270 and WSP (whitespace). 256 271 </t> 257 272 … … 1258 1273 </reference> 1259 1274 1275 <reference anchor="RFC5234"> 1276 <front> 1277 <title abbrev="ABNF for Syntax Specifications">Augmented BNF for Syntax Specifications: ABNF</title> 1278 <author initials="D." surname="Crocker" fullname="Dave Crocker" role="editor"> 1279 <organization>Brandenburg InternetWorking</organization> 1280 <address> 1281 <postal> 1282 <street>675 Spruce Dr.</street> 1283 <city>Sunnyvale</city> 1284 <region>CA</region> 1285 <code>94086</code> 1286 <country>US</country></postal> 1287 <phone>+1.408.246.8253</phone> 1288 <email>dcrocker@bbiw.net</email></address> 1289 </author> 1290 <author initials="P." surname="Overell" fullname="Paul Overell"> 1291 <organization>THUS plc.</organization> 1292 <address> 1293 <postal> 1294 <street>1/2 Berkeley Square</street> 1295 <street>99 Berkely Street</street> 1296 <city>Glasgow</city> 1297 <code>G3 7HR</code> 1298 <country>UK</country></postal> 1299 <email>paul.overell@thus.net</email></address> 1300 </author> 1301 <date month="January" year="2008"/> 1302 </front> 1303 <seriesInfo name="STD" value="68"/> 1304 <seriesInfo name="RFC" value="5234"/> 1305 </reference> 1306 1260 1307 </references> 1261 1308
Note: See TracChangeset
for help on using the changeset viewer.