[Docstring-checkins] CVS: dps/spec gpdi.dtd,1.14,1.15
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-09-25 03:02:57
|
Update of /cvsroot/docstring/dps/spec In directory usw-pr-cvs1:/tmp/cvs-serv32453/dps/spec Modified Files: gpdi.dtd Log Message: - Added 'source' to basic.atts; removed 'rawtext'. Index: gpdi.dtd =================================================================== RCS file: /cvsroot/docstring/dps/spec/gpdi.dtd,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** gpdi.dtd 2001/09/12 03:39:23 1.14 --- gpdi.dtd 2001/09/25 03:02:55 1.15 *************** *** 42,46 **** - `id` is a unique identifier, typically assigned by the system. - `name` is an identifier assigned in the markup. ! - `rawdata` contains the unprocessed text that produced the element. --> <!ENTITY % basic.atts --- 42,47 ---- - `id` is a unique identifier, typically assigned by the system. - `name` is an identifier assigned in the markup. ! - `dupname` is the same as `name`, used when it's a duplicate. ! - `source` is the name of the source of this document or fragment. --> <!ENTITY % basic.atts *************** *** 48,52 **** name CDATA #IMPLIED dupname CDATA #IMPLIED ! rawtext CDATA #IMPLIED %additional.basic.atts; "> --- 49,53 ---- name CDATA #IMPLIED dupname CDATA #IMPLIED ! source CDATA #IMPLIED %additional.basic.atts; "> |