Update of /cvsroot/docstring/dps/spec
In directory usw-pr-cvs1:/tmp/cvs-serv2456/dps/spec
Modified Files:
gpdi.dtd
Log Message:
- Removed generic 'directive'.
Index: gpdi.dtd
===================================================================
RCS file: /cvsroot/docstring/dps/spec/gpdi.dtd,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** gpdi.dtd 2001/11/15 02:54:04 1.25
--- gpdi.dtd 2001/11/19 04:02:02 1.26
***************
*** 110,114 ****
| note | tip | hint | warning | error | caution | danger
| important
! | target | substitution | directive | comment | system_warning
%additional.body.elements; ">
--- 110,114 ----
| note | tip | hint | warning | error | caution | danger
| important
! | target | substitution_definition | comment | system_warning
%additional.body.elements; ">
***************
*** 371,381 ****
<!ELEMENT substitution (%text.model;)>
<!ATTLIST substitution %basic.atts;>
-
- <!ELEMENT directive (#PCDATA)>
- <!ATTLIST directive
- %basic.atts;
- %fixedspace.att;
- type CDATA #IMPLIED
- data CDATA #IMPLIED>
<!ELEMENT comment (#PCDATA)>
--- 371,374 ----
|