You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2003/12/29 17:32:21 UTC

cvs commit: cocoon-2.1/src/webapp/WEB-INF/entities catalog

reinhard    2003/12/29 08:32:21

  Modified:    src/webapp/WEB-INF/entities catalog
  Added:       src/webapp/WEB-INF/entities/open-office dummy.dtd
  Log:
  - as OpenOffice files have document type declarations a catalog entry is
    needed for "-//OpenOffice.org//DTD OfficeDocument 1.0//EN"
  - as the office.dtd is published under LGPL we can't add it to this repository
    but I added an empty "dummy.dtd" to make document parsing working again
  
  Revision  Changes    Path
  1.1                  cocoon-2.1/src/webapp/WEB-INF/entities/open-office/dummy.dtd
  
  	<<Binary file>>
  
  
  1.5       +2 -0      cocoon-2.1/src/webapp/WEB-INF/entities/catalog
  
  Index: catalog
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/WEB-INF/entities/catalog,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- catalog	26 Jun 2003 04:12:59 -0000	1.4
  +++ catalog	29 Dec 2003 16:32:21 -0000	1.5
  @@ -65,3 +65,5 @@
   PUBLIC "-//Indexgeo//DTD Catalog Demo v1.0//EN"
          "catalog-demo/catalog-demo-v10.dtd"
   -- end of entries for the catalog-demo sample application --
  +
  +PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "open-office/dummy.dtd"
  \ No newline at end of file