dleslie 00/04/12 10:59:49
Modified: xdocs/sources/xalan DONE Log: Added bug fix for multiple calls to initXPath() Revision Changes Path 1.9 +3 -2 xml-xalan/xdocs/sources/xalan/DONE Index: DONE =================================================================== RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/DONE,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- DONE 2000/04/11 19:44:21 1.8 +++ DONE 2000/04/12 17:59:48 1.9 @@ -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>
