Update of /cvsroot/docstring/dps/spec
In directory usw-pr-cvs1:/tmp/cvs-serv5657/dps/spec
Modified Files:
gpdi.dtd
Log Message:
comments
Index: gpdi.dtd
===================================================================
RCS file: /cvsroot/docstring/dps/spec/gpdi.dtd,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** gpdi.dtd 2001/11/19 04:04:46 1.27
--- gpdi.dtd 2002/01/26 00:03:16 1.28
***************
*** 55,67 ****
%additional.basic.atts; ">
! <!-- Reference to an external URI/URL. -->
<!ENTITY % refuri.att
" refuri CDATA #IMPLIED ">
! <!-- Reference to the `id` attribute of another element. -->
<!ENTITY % refid.att
" refid IDREF #IMPLIED ">
! <!-- Reference to the `name` attribute of another element. -->
<!ENTITY % refname.att
" refname CDATA #IMPLIED ">
--- 55,71 ----
%additional.basic.atts; ">
! <!-- External reference to a URI/URL. -->
<!ENTITY % refuri.att
" refuri CDATA #IMPLIED ">
! <!-- Internal reference to the `id` attribute of an element. -->
<!ENTITY % refid.att
" refid IDREF #IMPLIED ">
! <!--
! Internal reference to the `name` attribute of an element. On a
! 'target' element, 'refname' indicates an indirect target which may
! resolve to either an internal or external reference.
! -->
<!ENTITY % refname.att
" refname CDATA #IMPLIED ">
|