[Docstring-checkins] CVS: dps/spec gpdi.dtd,1.38,1.39
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-03-16 05:50:47
|
Update of /cvsroot/docstring/dps/spec In directory usw-pr-cvs1:/tmp/cvs-serv21457/dps/spec Modified Files: gpdi.dtd Log Message: - Added "refid" attribute to "title" for two-way Tables of Contents. - Made "topic" title optional. - Removed "directive" attribute from "pending": it will use internal attributes. Index: gpdi.dtd =================================================================== RCS file: /cvsroot/docstring/dps/spec/gpdi.dtd,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** gpdi.dtd 11 Mar 2002 03:26:52 -0000 1.38 --- gpdi.dtd 16 Mar 2002 05:50:44 -0000 1.39 *************** *** 183,187 **** <!ELEMENT title %text.model;> ! <!ATTLIST title %basic.atts;> <!ELEMENT subtitle %text.model;> --- 183,189 ---- <!ELEMENT title %text.model;> ! <!ATTLIST title ! %basic.atts; ! %refid.att;> <!ELEMENT subtitle %text.model;> *************** *** 236,240 **** <!ATTLIST section %basic.atts;> ! <!ELEMENT topic (title, (%body.elements;)+)> <!ATTLIST topic %basic.atts;> --- 238,242 ---- <!ATTLIST section %basic.atts;> ! <!ELEMENT topic (title?, (%body.elements;)+)> <!ATTLIST topic %basic.atts;> *************** *** 396,403 **** %fixedspace.att;> ! <!ELEMENT pending (field_list)> ! <!ATTLIST pending ! %basic.atts; ! directive CDATA #REQUIRED> <!ELEMENT figure (image, ((caption, legend?) | legend) > --- 398,403 ---- %fixedspace.att;> ! <!ELEMENT pending EMPTY> ! <!ATTLIST pending %basic.atts;> <!ELEMENT figure (image, ((caption, legend?) | legend) > |