vgritsenko    2003/07/02 21:29:33

  Modified:    src/documentation/xdocs/userdocs/generators
                        error-generator.xml
  Log:
  sync doc with 2.0
  
  Revision  Changes    Path
  1.3       +11 -13    
cocoon-2.1/src/documentation/xdocs/userdocs/generators/error-generator.xml
  
  Index: error-generator.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/generators/error-generator.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- error-generator.xml       3 Jul 2003 00:06:55 -0000       1.2
  +++ error-generator.xml       3 Jul 2003 04:29:33 -0000       1.3
  @@ -3,32 +3,32 @@
   
   <document>
    <header>
  -  <title>Error Generator</title>
  -  <version>out of date</version>
  +  <title>Notifying Generator</title>
  +  <version>0.9</version>
     <type>Technical document</type>
     <authors>
  -  <person name="Bernhard Huber" email="[EMAIL PROTECTED]"/>
  +    <person name="Bernhard Huber" email="[EMAIL PROTECTED]"/>
     </authors>
  -  <abstract>This document describes the error generator of Cocoon.</abstract>
  +  <abstract>This document describes the Notifying Generator of 
Cocoon.</abstract>
    </header>
    <body>
  -  <s1 title="Error Generator">
  +  <s1 title="Notifying Generator">
      <p>
  -    The error generator creates xml content describing an error condition.
  +    The notifying generator creates XML content describing an error 
condition.
       When an error occurs in a pipeline with a defined an error handler, the
       sitemap manager activates the error generator, feeding it the cause of
       the error. 
      </p>
      <ul>
  -    <li>Name : !error-notifier!</li>
  -    <li>Class: org.apache.cocoon.sitemap.ErrorNotifier</li>
  -    <li>Cacheable: no.</li>
  -    <li>Mode: sitemap internal</li>
  +    <li>Name : &lt;notifier&gt;</li>
  +    <li>Class: org.apache.cocoon.sitemap.NotifyingGenerator</li>
  +    <li>Cacheable: No.</li>
  +    <li>Mode: Sitemap internal</li>
      </ul>
     </s1>
     <s1 title="DTD">
      <p>
  -    XML generated by error generator uses the 
  +    XML generated by notifying generator uses the 
       namespace <code>http://apache.org/cocoon/error/2.0</code> and
       the <code>error</code> prefix.
      </p>
  @@ -107,5 +107,3 @@
     </s1>
    </body>
   </document>
  -
  -
  
  
  

Reply via email to