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

cvs commit: cocoon-2.0/src/documentation/xdocs/userdocs/concepts sitemap.xml

asavory     2003/08/24 13:02:45

  Modified:    src/documentation/xdocs/userdocs/concepts sitemap.xml
  Log:
  swapping incorrect error-handler to handle-errors
  
  Revision  Changes    Path
  1.3       +2 -2      cocoon-2.0/src/documentation/xdocs/userdocs/concepts/sitemap.xml
  
  Index: sitemap.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.0/src/documentation/xdocs/userdocs/concepts/sitemap.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sitemap.xml	25 Jul 2003 20:54:28 -0000	1.2
  +++ sitemap.xml	24 Aug 2003 20:02:45 -0000	1.3
  @@ -642,11 +642,11 @@
       <source><![CDATA[
   <map:pipeline>
   ...
  - <map:error-handler type="500">
  + <map:handle-errors type="500">
     <map:transform type="xslt" src="error2html"/>
     <map:transform type="i18n"/>
     <map:serialize/>
  - </map:error-handler>
  + </map:handle-errors>
   </map:pipeline> ]]></source>
      </s2>