You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2003/05/02 08:03:50 UTC

cvs commit: cocoon-2.1/src/webapp/WEB-INF cocoon.xconf

cziegeler    2003/05/01 23:03:50

  Modified:    src/webapp/WEB-INF cocoon.xconf
  Log:
  Removing dependency to JTidy
  
  Revision  Changes    Path
  1.16      +0 -1      cocoon-2.1/src/webapp/WEB-INF/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/WEB-INF/cocoon.xconf,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- cocoon.xconf	28 Apr 2003 14:37:26 -0000	1.15
  +++ cocoon.xconf	2 May 2003 06:03:50 -0000	1.16
  @@ -374,7 +374,6 @@
   
     <!-- The XMLizers converts different mime-types to XML -->
     <xmlizer>
  -      <parser role="org.apache.excalibur.xml.sax.SAXParser/HTML" mime-type="text/html"/>
         <parser role="org.apache.excalibur.xml.sax.SAXParser"      mime-type="text/xml"/>
     </xmlizer>