[Docstring-checkins] CVS: dps/spec gpdi.dtd,1.16,1.17
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-10-18 03:33:02
|
Update of /cvsroot/docstring/dps/spec In directory usw-pr-cvs1:/tmp/cvs-serv15853/dps/spec Modified Files: gpdi.dtd Log Message: - Added "division" element. Index: gpdi.dtd =================================================================== RCS file: /cvsroot/docstring/dps/spec/gpdi.dtd,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** gpdi.dtd 2001/09/26 03:21:15 1.16 --- gpdi.dtd 2001/10/18 03:32:58 1.17 *************** *** 110,114 **** <!ENTITY % structure.model ! " ( ((%body.elements;)+, (%structural.elements;)*) | (%structural.elements;)+ ) "> --- 110,115 ---- <!ENTITY % structure.model ! " ( ((%body.elements;)+, division*, (%structural.elements;)*) ! | (division+, (%structural.elements;)*) | (%structural.elements;)+ ) "> *************** *** 208,211 **** --- 209,215 ---- <!ELEMENT section (title, %structure.model;)> <!ATTLIST section %basic.atts;> + + <!ELEMENT division (%body.elements;)+> + <!ATTLIST division %basic.atts;> |