crossley    2003/07/08 01:41:14

  Modified:    src/webapp/WEB-INF/entities catalog.xcat
  Log:
  Tweaks to the experimental "XML Catalog":
  - Removed old sitemap DTD
  - Added missing book DTD
  - Added document type declaration for catalog DTD, but commented-out because
  many tools cannot cope with this Catch-22 unless they are using the most
  recent version of xml-commons entity resolver.
  
  Revision  Changes    Path
  1.2       +6 -2      cocoon-2.1/src/webapp/WEB-INF/entities/catalog.xcat
  
  Index: catalog.xcat
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/WEB-INF/entities/catalog.xcat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- catalog.xcat      26 Jun 2003 07:43:46 -0000      1.1
  +++ catalog.xcat      8 Jul 2003 08:41:14 -0000       1.2
  @@ -1,4 +1,8 @@
   <?xml version="1.0"?>
  +<!--
  +<!DOCTYPE catalog PUBLIC "-//OASIS//DTD XML Catalogs V1.0//EN"
  +  "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd";>
  +-->
   <!-- OASIS XML Catalog for Cocoon -->
   <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
   
  @@ -47,8 +51,8 @@
           uri="specification-v10.dtd"/>
   <public publicId="-//APACHE//DTD Todo V1.0//EN"
           uri="todo-v10.dtd"/>
  -<public publicId="-//APACHE//DTD Cocoon Sitemap V0.4//EN"
  -        uri="sitemap-v04.dtd"/>
  +<public publicId="-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
  +        uri="book-cocoon-v10.dtd"/>
   
   <!-- these entries are used for the catalog-demo sample application -->
   <!-- FIXME: how to override
  
  
  

Reply via email to