[Docstring-checkins] CVS: dps/spec gpdi.dtd,1.13,1.14
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-09-12 03:39:26
|
Update of /cvsroot/docstring/dps/spec In directory usw-pr-cvs1:/tmp/cvs-serv9846/dps/spec Modified Files: gpdi.dtd Log Message: - Moved 'caption' to after 'image' in 'figure'. - Added 'error' admonishment element. Index: gpdi.dtd =================================================================== RCS file: /cvsroot/docstring/dps/spec/gpdi.dtd,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** gpdi.dtd 2001/09/10 04:19:05 1.13 --- gpdi.dtd 2001/09/12 03:39:23 1.14 *************** *** 94,98 **** | option_list | literal_block | block_quote | doctest_block | table | figure ! | note | tip | warning | caution | danger | important | footnote | target | directive | comment | system_warning --- 94,98 ---- | option_list | literal_block | block_quote | doctest_block | table | figure ! | note | tip | warning | error | caution | danger | important | footnote | target | directive | comment | system_warning *************** *** 311,314 **** --- 311,317 ---- <!ATTLIST warning %basic.atts;> + <!ELEMENT error (%body.elements;)+> + <!ATTLIST error %basic.atts;> + <!ELEMENT caution (%body.elements;)+> <!ATTLIST caution %basic.atts;> *************** *** 342,346 **** %fixedspace.att;> ! <!ELEMENT figure (caption?, image, legend?)> <!ATTLIST figure %basic.atts;> --- 345,349 ---- %fixedspace.att;> ! <!ELEMENT figure (image, caption?, legend?)> <!ATTLIST figure %basic.atts;> |