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:31:59 UTC

cvs commit: cocoon-2.1/src/blocks/html/conf tidy.xconf tidy.roles

cziegeler    2003/05/01 23:31:59

  Modified:    .        status.xml
  Added:       src/blocks/html/conf tidy.xconf tidy.roles
  Log:
  Removing dependency to JTidy
  
  Revision  Changes    Path
  1.12      +3 -0      cocoon-2.1/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/status.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- status.xml	30 Apr 2003 10:40:49 -0000	1.11
  +++ status.xml	2 May 2003 06:31:58 -0000	1.12
  @@ -199,6 +199,9 @@
     <changes>
   
    <release version="@version@" date="@date@">
  +  <action dev="CZ" type="fix">
  +    Removing dependency from the Cocoon core to JTidy.
  +  </action>
     <action dev="VG" type="fix" fixes-bug="18683">
       Sync XML:DB source with 2.0 branch: Conect to the XML:DB once, from the
       XMLDBSourceFactory.
  
  
  
  1.1                  cocoon-2.1/src/blocks/html/conf/tidy.xconf
  
  Index: tidy.xconf
  ===================================================================
  <?xml version="1.0"?>
  
  <xconf xpath="/cocoon/xmlizer" unless="parser[@role='org.apache.excalibur.xml.sax.SAXParser/HTML']">
  
        <parser role="org.apache.excalibur.xml.sax.SAXParser/HTML" mime-type="text/html"/>
  
  </xconf>
  
  
  
  1.1                  cocoon-2.1/src/blocks/html/conf/tidy.roles
  
  Index: tidy.roles
  ===================================================================
  <?xml version="1.0"?>
  
  <xroles xpath="/role-list" unless="role[@name='org.apache.excalibur.xml.sax.SAXParser/HTML']">
  
    <!-- This is the HTML parser -->
    <role name="org.apache.excalibur.xml.sax.SAXParser/HTML"
          shorthand="html-parser"
          default-class="org.apache.excalibur.xml.sax.JTidyHTMLParser"/>
  
  </xroles>