crossley    01/12/25 22:29:48

  Modified:    webapp/resources/entities catalog
  Log:
  Added DTD entries for */book.xml and svg/*.xml
  to enable validation during build docs.
  
  Revision  Changes    Path
  1.4       +12 -0     xml-cocoon2/webapp/resources/entities/catalog
  
  Index: catalog
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/resources/entities/catalog,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- catalog   2001/11/29 05:46:49     1.3
  +++ catalog   2001/12/26 06:29:48     1.4
  @@ -32,6 +32,18 @@
   PUBLIC "-//APACHE//DTD Cocoon Sitemap V0.2//EN"
          "sitemap-v02.dtd"
   
  +-- enabling validation during Cocoon's own "build docs" --
  +--   all *.xml require DTD for validation during "build docs" --
  +PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
  +       "book-cocoon-v10.dtd"
  +
  +--   Cocoon has extra <label/> element for documentation/svg/label-*.xml --
  +--   which breaks validation against official svg10.dtd (why extra label?) --
  +PUBLIC "-//APACHE//DTD Cocoon SVG minimal V1.1//EN"
  +       "svg-cocoon-v11.dtd"
  +PUBLIC "-//W3C//DTD SVG 1.0//EN"
  +       "svg10.dtd"
  +
   -- other DTDs that are yet without a Public Identifier --
   -- XMLSchema.dtd .. what is its purpose ? --
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to