stefano     2003/02/22 03:25:02

  Modified:    src/webapp/WEB-INF cocoon.xconf
  Log:
  fixed problem with mixed content. very weird how this could validate at all!
  
  Revision  Changes    Path
  1.62      +2 -3      xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- cocoon.xconf      22 Feb 2003 02:12:51 -0000      1.61
  +++ cocoon.xconf      22 Feb 2003 11:25:02 -0000      1.62
  @@ -5,7 +5,7 @@
   <!--+
       |  This is the Apache Cocoon configuration file. This is the place
       |  where you configure the components that Cocoon uses internally (stuff
  -    |  like the cache, for example) or handles to the pipeline components
  +    |  like the cache) or handles to the pipeline components
       |  (stuff like XML parsers or XSLT processors).
       +-->
   
  @@ -23,7 +23,6 @@
         |
         | For development environment, set the check-reload to yes.
         | For production environment, it is advisable to set the check-reload to no.
  -      |
         +-->
     <sitemap
       file="context://sitemap.xmap"
  @@ -326,7 +325,7 @@
     </transient-store>
   
     <!--+
  -      | Persistent Store: holds objects that have to survive shutdown -->
  +      | Persistent Store: holds objects that have to survive shutdown
         |
         | Common configuration parameters:
         |  use-cache-directory: Indicates that cache directory specified in
  
  
  

Reply via email to