[Docstring-checkins] CVS: dps/spec gpdi.dtd,1.39,1.40
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-03-28 04:38:52
|
Update of /cvsroot/docstring/dps/spec In directory usw-pr-cvs1:/tmp/cvs-serv15477/dps/spec Modified Files: gpdi.dtd Log Message: - Added "refids" attribute to footnote, citation, and system_message, for backlinks. Index: gpdi.dtd =================================================================== RCS file: /cvsroot/docstring/dps/spec/gpdi.dtd,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** gpdi.dtd 16 Mar 2002 05:50:44 -0000 1.39 --- gpdi.dtd 28 Mar 2002 04:38:48 -0000 1.40 *************** *** 65,68 **** --- 65,72 ---- " refid IDREF #IMPLIED "> + <!-- Space-separated list of id references, for backlinks. --> + <!ENTITY % refids.att + " refids IDREFS #IMPLIED "> + <!-- Internal reference to the `name` attribute of an element. On a *************** *** 375,382 **** <!ATTLIST footnote %basic.atts; %auto.att;> <!ELEMENT citation (label, (%body.elements;)+)> ! <!ATTLIST citation %basic.atts;> <!ELEMENT label (#PCDATA)> --- 379,389 ---- <!ATTLIST footnote %basic.atts; + %refids.att; %auto.att;> <!ELEMENT citation (label, (%body.elements;)+)> ! <!ATTLIST citation ! %basic.atts; ! %refids.att;> <!ELEMENT label (#PCDATA)> *************** *** 429,433 **** <!ATTLIST system_message %basic.atts; ! %refid.att; level NMTOKEN #IMPLIED type CDATA #IMPLIED> --- 436,440 ---- <!ATTLIST system_message %basic.atts; ! %refids.att; level NMTOKEN #IMPLIED type CDATA #IMPLIED> |