Changeset 213 for rfc2629xslt/rfc2629.dtd
- Timestamp:
- 17/02/08 16:30:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/rfc2629.dtd
r6 r213 1 1 <!-- 2 revised DTD for the RFC document series, draft of 200 5-10-052 revised DTD for the RFC document series, draft of 2008-02-01 3 3 --> 4 4 … … 237 237 <!ELEMENT spanx (%CTEXT;)> 238 238 <!ATTLIST spanx 239 xml:space (default|preserve) "preserve" 239 240 style %ATEXT; "emph"> 240 241 … … 247 248 anchor ID #IMPLIED 248 249 title %ATEXT; "" 250 suppress-title (true|false) "false" 249 251 src %URI; #IMPLIED 250 252 align (left|center|right) "left" … … 270 272 <!ATTLIST texttable 271 273 anchor ID #IMPLIED 272 title %ATEXT; ""> 274 title %ATEXT; "" 275 suppress-title (true|false) "false" 276 align (left|center|right) "center" 277 style (all|none|headers|full) "full"> 273 278 <!ELEMENT ttcol (%CTEXT;)> 274 279 <!ATTLIST ttcol 275 width %ATEXT; #IMPLIED280 width %ATEXT; #IMPLIED 276 281 align (left|center|right) "left"> 277 282 <!ELEMENT c (%TEXT;|xref|eref|iref|cref|spanx)*>
Note: See TracChangeset
for help on using the changeset viewer.