cziegeler    2003/11/09 11:50:53

  Modified:    src/documentation/xdocs/plan updating.xml
  Log:
  Adding info about the changes in the mime type of a reader
  
  Revision  Changes    Path
  1.3       +11 -0     cocoon-2.1/src/documentation/xdocs/plan/updating.xml
  
  Index: updating.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/plan/updating.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- updating.xml      21 Oct 2003 12:39:16 -0000      1.2
  +++ updating.xml      9 Nov 2003 19:50:53 -0000       1.3
  @@ -42,6 +42,17 @@
       is in most cases much easier that starting with your old application
       and adapting it for Cocoon 2.2.x.</p>
     </s1>
  +  <s1 title="Sitemap Changes">
  +    <s2 title="Mime-Types and Readers">
  +      <p>The way, a reader sets the mime-type has changed. Now the following 
algorithm is used:</p>
  +      <ol>
  +       <li>If the reader instance has a mime-type definition, it is 
used.</li>
  +       <li>If the used reader has a mime-type definition, it is used.</li>
  +       <li>If both are not set, the reader itself has to provide the 
mime-type.</li>
  +      </ol>
  +      <p>You can find further information in <link 
href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10277";>bug entry 
10277</link>.</p>
  +    </s2>
  +  </s1>
     <s1 title="Recompilation">
       <p>
         As detailed below some deprecated classes and methods have been 
removed,
  
  
  

Reply via email to