dleslie     00/04/12 10:57:53

  Modified:    xdocs/sources/xalan Tag: Bxalan_1_0_0 DONE
  Log:
  Added bug fix for multiple calls to initXPath()
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.5   +3 -2      xml-xalan/xdocs/sources/xalan/DONE
  
  Index: DONE
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/DONE,v
  retrieving revision 1.4.2.4
  retrieving revision 1.4.2.5
  diff -u -r1.4.2.4 -r1.4.2.5
  --- DONE      2000/04/11 19:43:22     1.4.2.4
  +++ DONE      2000/04/12 17:57:52     1.4.2.5
  @@ -6,8 +6,9 @@
   <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>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>
   <li>A problem concerning the redeclaration of namespaces with the same 
prefix has been fixed (Bugzilla bug 105).</li>
  -  </ul>
  +<li>A problem with repeated use of an XPath object was fixed; repeated calls 
to the XPathProcessorImpl.initXPath() method with different length XPath 
expressions threw an ArrayIndexOutOfBoundsException.</li>
  + </ul>
   </s3>
  
  
  

Reply via email to