[Docstring-checkins] CVS: dps/spec gpdi.dtd,1.12,1.13
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-09-10 04:19:07
|
Update of /cvsroot/docstring/dps/spec In directory usw-pr-cvs1:/tmp/cvs-serv20129/dps/spec Modified Files: gpdi.dtd Log Message: - Changed 'graphic' to 'image'. Index: gpdi.dtd =================================================================== RCS file: /cvsroot/docstring/dps/spec/gpdi.dtd,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** gpdi.dtd 2001/09/07 01:51:58 1.12 --- gpdi.dtd 2001/09/10 04:19:05 1.13 *************** *** 102,106 **** <!ENTITY % inline.elements " emphasis | strong | interpreted | literal ! | link | footnote_reference | graphic %additional.inline.elements; "> --- 102,106 ---- <!ENTITY % inline.elements " emphasis | strong | interpreted | literal ! | link | footnote_reference | image %additional.inline.elements; "> *************** *** 342,346 **** %fixedspace.att;> ! <!ELEMENT figure (caption?, graphic, legend?)> <!ATTLIST figure %basic.atts;> --- 342,346 ---- %fixedspace.att;> ! <!ELEMENT figure (caption?, image, legend?)> <!ATTLIST figure %basic.atts;> *************** *** 398,403 **** <!-- Also used in `figure`. --> ! <!ELEMENT graphic EMPTY> ! <!ATTLIST graphic %basic.atts; uri CDATA #REQUIRED --- 398,403 ---- <!-- Also used in `figure`. --> ! <!ELEMENT image EMPTY> ! <!ATTLIST image %basic.atts; uri CDATA #REQUIRED |