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

cvs commit: xml-forrest/src/resources/schema/w3c-dtd catalog.xcat

crossley    2003/09/07 23:08:24

  Modified:    src/resources/schema catalog.xcat
               src/resources/schema/w3c-dtd catalog.xcat
  Log:
  Fix very careless substitution of PUBLIC.
  
  Revision  Changes    Path
  1.21      +0 -2      xml-forrest/src/resources/schema/catalog.xcat
  
  Index: catalog.xcat
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/schema/catalog.xcat,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- catalog.xcat	8 Sep 2003 05:38:32 -0000	1.20
  +++ catalog.xcat	8 Sep 2003 06:08:24 -0000	1.21
  @@ -91,9 +91,7 @@
   <public publicId="ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
           uri="entity/ISOlat1.pen"/>
   
  -<!--
   <nextCatalog catalog="w3c-dtd/catalog.xcat"/>
  --->
   
   <!-- ...................................................................... -->
   <!-- XML Catalog data for DocBook XML V4.2 ................................ -->
  
  
  
  1.2       +1 -1      xml-forrest/src/resources/schema/w3c-dtd/catalog.xcat
  
  Index: catalog.xcat
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/schema/w3c-dtd/catalog.xcat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- catalog.xcat	8 Sep 2003 04:54:33 -0000	1.1
  +++ catalog.xcat	8 Sep 2003 06:08:24 -0000	1.2
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!DOCTYPE catalog <public publicId= "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
  +<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
   "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
   <!-- OASIS XML Catalog for W3C stuff like XHTML and SVG -->
   <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"