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/04 19:33:42 UTC

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

cziegeler    2003/05/04 10:33:42

  Added:       src/blocks/html/conf tidy.xroles
  Removed:     src/blocks/html/conf tidy.roles
  Log:
  Renaming roles file. Thanks, Volker!
  
  Revision  Changes    Path
  1.1                  cocoon-2.1/src/blocks/html/conf/tidy.xroles
  
  Index: tidy.xroles
  ===================================================================
  <?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>