dleslie 00/08/23 15:08:44
Modified: xdocs/sources/xalan DONE Log: Added bug fix for DMAN4MDQG5 (multiple threads handling xsl:key concurrently). Revision Changes Path 1.24 +2 -1 xml-xalan/xdocs/sources/xalan/DONE Index: DONE =================================================================== RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/DONE,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- DONE 2000/08/23 15:26:47 1.23 +++ DONE 2000/08/23 22:08:43 1.24 @@ -11,7 +11,8 @@ <li>We believe we have fixed XPath retrieval of attributes qualified with a namespace prefix. Other namespace fixes enable the name() and namespace-uri() functions to be applied to namespace nodes.<br/><br/></li> <li>Ed Staub submitted a patch so that a message about processing instruction names now appears as a warning rather than an error.<br/><br/></li> <li>A thread-safety issue in pattern matching was identified and fixed.<br/><br/></li> -<li>The output of very small decimal fractions has been improved.</li> +<li>The output of very small decimal fractions has been improved.<br/><br/></li> +<li>We fixed a problem with keys that appeared when multiple threads were using xsl:key concurrently.</li> </ul> <p>We also updated the build process (Ant and Make) to avoid creating a copy of the source tree, and we placed the Ant tool in a new bin directory.</p> </s3>
