[Docstring-checkins] CVS: dps/spec gpdi.dtd,1.19,1.20
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-10-30 05:16:39
|
Update of /cvsroot/docstring/dps/spec In directory usw-pr-cvs1:/tmp/cvs-serv16352/dps/spec Modified Files: gpdi.dtd Log Message: - Changed %link.atts to %reference.atts. - Added %reference.atts to target. Index: gpdi.dtd =================================================================== RCS file: /cvsroot/docstring/dps/spec/gpdi.dtd,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** gpdi.dtd 2001/10/27 05:36:17 1.19 --- gpdi.dtd 2001/10/30 05:16:37 1.20 *************** *** 67,77 **** " refname CDATA #IMPLIED "> ! <!ENTITY % additional.link.atts ""> ! <!-- Collected hyperlink attributes. --> ! <!ENTITY % link.atts " %refuri.att; %refid.att; %refname.att; ! %additional.link.atts; "> <!-- Unnamed hyperlink. --> --- 67,77 ---- " refname CDATA #IMPLIED "> ! <!ENTITY % additional.reference.atts ""> ! <!-- Collected hyperlink reference attributes. --> ! <!ENTITY % reference.atts " %refuri.att; %refid.att; %refname.att; ! %additional.reference.atts; "> <!-- Unnamed hyperlink. --> *************** *** 359,367 **** <!ATTLIST label %basic.atts;> ! <!-- Also an inline element. --> <!ELEMENT target (#PCDATA)> <!ATTLIST target %basic.atts; ! %refname.att; %anonymous.att;> --- 359,367 ---- <!ATTLIST label %basic.atts;> ! <!-- Also an inline element; empty otherwise. --> <!ELEMENT target (#PCDATA)> <!ATTLIST target %basic.atts; ! %reference.atts; %anonymous.att;> *************** *** 433,437 **** <!ATTLIST link %basic.atts; ! %link.atts; %anonymous.att;> --- 433,437 ---- <!ATTLIST link %basic.atts; ! %reference.atts; %anonymous.att;> *************** *** 439,443 **** <!ATTLIST footnote_reference %basic.atts; ! %link.atts; %auto.att;> --- 439,443 ---- <!ATTLIST footnote_reference %basic.atts; ! %reference.atts; %auto.att;> |