dleslie     00/04/11 09:17:32

  Modified:    xdocs/sources/xalan readme.xml DONE BUGS
  Log:
  Added bug fixes for 1.0.1
  
  Revision  Changes    Path
  1.9       +6 -3      xml-xalan/xdocs/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/readme.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- readme.xml        2000/04/06 14:24:25     1.8
  +++ readme.xml        2000/04/11 16:17:29     1.9
  @@ -68,13 +68,16 @@
    </ul>
     <s2 title="Status">
      <ul>
  -    <li><link anchor="status">Version of Xerces to use</link></li>
  +    <li><link anchor="done">Bug fixes</link></li>    
       <li><link anchor="bugs">Outstanding bugs</link></li>
  +    <li><link anchor="status">Version of Xerces to use</link></li>    
      </ul>
  -     <anchor name="status"/>
  -     &status-j;
  +     <anchor name="done"/>
  +     &done-j;     
        <anchor name="bugs"/>
        &bugs-j;
  +     <anchor name="status"/>
  +     &status-j;
     </s2>
     <anchor name="build"/>
     <s2 title="Build Notes">
  
  
  
  1.7       +10 -21    xml-xalan/xdocs/sources/xalan/DONE
  
  Index: DONE
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/DONE,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- DONE      2000/03/17 12:49:40     1.6
  +++ DONE      2000/04/11 16:17:29     1.7
  @@ -1,23 +1,12 @@
  -<s3 title="Work done since the last Xalan version">
  -  <p></p>
  -</s3>
  -<s3 title="Bugs Pended since the last Xalan version">
  -  <p>The following bugs have been pended (we think they're fixed but haven't 
tested the fixes):</p>
  +<s3 title="Bugs fixed since Xalan-J version 1.0.0">
  +  <p>The following bugs were found in version 1.0.0. They have been fixed, 
and the fixes tested for version 1.0.1.</p>
     <ul>
  -    <li></li>
  +<li>XPath expressions containing repeated multiplications (*) or divides 
(div) without parentheses gave incorrect answers.</li>
  +<li>The rendering of various characters to HTML sometimes crashed or gave 
out-of-bounds error, and also caused erroneous Greek characters.</li>
  +<li>A variable set within a template was de-scoped too soon, causing an 
xsl:sort that used that variable and that appeared in an xsl:apply-templates to 
work incorrectly.</li>
  +<li>xsl:sort attributes failed to accept attribute value templates.</li>
  +<li>FormatterToText incorrectly closed the output stream (this bug did not 
apply to other formatters).</li>
  +<li>In a for-each loop that selects but does not sort a node set filtered by 
a predicate, position() returned incorrect data.</li>
  +<li>An imported stylesheet that used a relative path to include another 
stylesheet did not work.</li>
     </ul>
  -</s3>
  -
  -<s3 title="Bugs resolved since the last Xalan version">
  -  <p>The bugs have been fixed and tested:</p>
  -  <ul>
  -    <li></li>
  -  </ul>
  -</s3>
  -
  -<s3 title="Bugs closed since the last Xalan version">
  -  <p>We have determined that the following bug reports are not actual 
bugs:</p>
  -  <ul>
  -    <li></li>
  -  </ul>
  -</s3>
  +</s3>
  \ No newline at end of file
  
  
  
  1.5       +1 -1      xml-xalan/xdocs/sources/xalan/BUGS
  
  Index: BUGS
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/BUGS,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BUGS      2000/03/17 12:49:40     1.4
  +++ BUGS      2000/04/11 16:17:29     1.5
  @@ -1,4 +1,4 @@
   <s3 title="Outstanding bugs">
  -  <p>Outstanding bugs are recorded in the Apache XML<jump 
href="http://xml.apache.org/bugs/";>Bug Tracking System</jump>. 
  +  <p>Outstanding bugs are recorded in the Apache XML <jump 
href="http://xml.apache.org/bugs/";>Bug Tracking System</jump>. 
     If you find a bug, please use this system to report it.</p>     
   </s3>    
  
  
  

Reply via email to