You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/08/13 06:00:05 UTC

cvs commit: xml-forrest/src/resources/schema/dtd common-charents-v10.mod

jefft       2003/08/12 21:00:05

  Modified:    src/resources/schema/dtd common-charents-v10.mod
  Log:
  Use correct path to the entities.  Doesn't matter for catalog-aware stuff, but
  the <dtd2xml> task isn't (yet)
  
  Revision  Changes    Path
  1.3       +5 -5      xml-forrest/src/resources/schema/dtd/common-charents-v10.mod
  
  Index: common-charents-v10.mod
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/schema/dtd/common-charents-v10.mod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- common-charents-v10.mod	11 Oct 2002 07:22:35 -0000	1.2
  +++ common-charents-v10.mod	13 Aug 2003 04:00:05 -0000	1.3
  @@ -42,27 +42,27 @@
   
   <!ENTITY % ISOlat1 PUBLIC
       "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
  -    "ISOlat1.pen">
  +    "../entity/ISOlat1.pen">
   %ISOlat1;
   
   <!ENTITY % ISOpub PUBLIC
       "ISO 8879:1986//ENTITIES Publishing//EN//XML"
  -    "ISOpub.pen">
  +    "../entity/ISOpub.pen">
   %ISOpub;
   
   <!ENTITY % ISOtech PUBLIC
       "ISO 8879:1986//ENTITIES General Technical//EN//XML"
  -    "ISOtech.pen">
  +    "../entity/ISOtech.pen">
   %ISOtech;
   
   <!ENTITY % ISOnum PUBLIC
       "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
  -    "ISOnum.pen">
  +    "../entity/ISOnum.pen">
   %ISOnum;
   
   <!ENTITY % ISOdia PUBLIC
       "ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
  -    "ISOdia.pen">
  +    "../entity/ISOdia.pen">
   %ISOdia;
   
   <!-- =============================================================== -->