Update of /cvsroot/woc/woc/lib/xml/dtd
In directory usw-pr-cvs1:/tmp/cvs-serv17548
Modified Files:
woclist.dtd
Log Message:
Removed absolute paths.
Index: woclist.dtd
===================================================================
RCS file: /cvsroot/woc/woc/lib/xml/dtd/woclist.dtd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** woclist.dtd 12 Jun 2002 18:57:28 -0000 1.1
--- woclist.dtd 13 Jun 2002 13:40:40 -0000 1.2
***************
*** 1,6 ****
! <!ENTITY % CML SYSTEM "/vol/www/woc/data/dtd/cml_custom.dtd">
%CML;
! <!ENTITY % WOC SYSTEM "/vol/www/woc/data/dtd/wocml.dtd">
%WOC;
--- 1,6 ----
! <!ENTITY % CML SYSTEM "cml_custom.dtd">
%CML;
! <!ENTITY % WOC SYSTEM "wocml.dtd">
%WOC;
|