[Docstring-checkins] CVS: dps/spec gpdi.dtd,1.10,1.11
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-09-01 15:02:11
|
Update of /cvsroot/docstring/dps/spec In directory usw-pr-cvs1:/tmp/cvs-serv23871/dps/spec Modified Files: gpdi.dtd Log Message: - Added 'morecols' attribute to table entries (<entry>), for simpler column span indication. Index: gpdi.dtd =================================================================== RCS file: /cvsroot/docstring/dps/spec/gpdi.dtd,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** gpdi.dtd 2001/08/28 03:21:05 1.10 --- gpdi.dtd 2001/09/01 15:02:06 1.11 *************** *** 135,139 **** <!ENTITY % tbl.row.att " %basic.atts; "> <!ENTITY % tbl.entry.mdl " (%body.elements;)* "> ! <!ENTITY % tbl.entry.att " %basic.atts; "> --- 135,141 ---- <!ENTITY % tbl.row.att " %basic.atts; "> <!ENTITY % tbl.entry.mdl " (%body.elements;)* "> ! <!ENTITY % tbl.entry.att ! " %basic.atts; ! morecols NMTOKEN #IMPLIED "> |