[Docstring-checkins] CVS: dps/spec gpdi.dtd,1.31,1.32
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-02-20 04:10:32
|
Update of /cvsroot/docstring/dps/spec In directory usw-pr-cvs1:/tmp/cvs-serv13188/dps/spec Modified Files: gpdi.dtd Log Message: - Added 'class' to %basic.atts for style sheets. Index: gpdi.dtd =================================================================== RCS file: /cvsroot/docstring/dps/spec/gpdi.dtd,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** gpdi.dtd 15 Feb 2002 22:53:17 -0000 1.31 --- gpdi.dtd 20 Feb 2002 04:10:29 -0000 1.32 *************** *** 47,50 **** --- 47,51 ---- - `dupname` is the same as `name`, used when it's a duplicate. - `source` is the name of the source of this document or fragment. + - `class` is used to transmit individuality information forward. --> <!ENTITY % basic.atts *************** *** 53,56 **** --- 54,58 ---- dupname CDATA #IMPLIED source CDATA #IMPLIED + class CDATA #IMPLIED %additional.basic.atts; "> |