dleslie 01/01/12 12:35:20
Modified: java/xdocs/sources/xalan DONE
Log:
Added bug fix.
Revision Changes Path
1.20 +10 -9 xml-xalan/java/xdocs/sources/xalan/DONE
Index: DONE
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/DONE,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- DONE 2001/01/12 15:48:21 1.19
+++ DONE 2001/01/12 20:35:19 1.20
@@ -11,19 +11,20 @@
<p>We want our Xalan-Java 1.x users to start using Xalan-Java 2. That is
where we are concentrating our efforts to improve performance and fix any
outstanding bugs. To see what portion of the Xalan-Java 1.x API we have
included in xalanj1compat.jar, see <jump
href="compat_apidocs/index.html">Xalan-Java 1 compatibility Javadoc</jump>. For
example, the compatibility layer does not support the use of Xalan-Java 1.x
extensions. If you feel that we should extend our compatibility JAR to support
additional Xalan-Java 1.x API calls, please let us know exactly what you would
like to see.</p>
<p><em>Other changes</em></p>
<p>Along with performance enhancements, we have fixed a number of bugs found
in Xalan-Java 2.0.D06:</p>
-<ol>
+<ul>
<li>Fixed handling of disable-output-escaping="no". Previously, once it was
turned on, it could not be turned off.<br/><br/></li>
<li>Fixed a bug with whitespace handling where Xalan was incorrectly
checking for whitespace
stripping before collation of multiple whitespace events into a single
text node.<br/><br/></li>
<li>Whitespace stripping wasn't working with input DOMs before. This is now
fixed.<br/><br/></li>
<li>Fixed many exception handling problems and problems with error
reporting.<br/><br/></li>
-<li>Fixed a bug resetting parameters in Transformer clearParameters().</li>
-<li>Fixed a bug where CDATA sections were not matching the text() node
test.</li>
-<li>Made better memory allocation problem with result tree fragments.</li>
-<li>Made result tree fragment parsing of numbers consistent with
strings.</li>
-<li>Exceptions thrown from extensions should now be properly reported via
the error listener.</li>
-<li>Fixed hard-coded stack dump set off by m_reportInPostExceptionFromThread
variable.</li>
-<li>Fixed intermittent threading problem with text nodes being dropped.</li>
-</ol>
+<li>Fixed a bug resetting parameters in Transformer
clearParameters().<br/><br/></li>
+<li>Fixed a bug where CDATA sections were not matching the text() node
test.<br/><br/></li>
+<li>Made better memory allocation problem with result tree
fragments.<br/><br/></li>
+<li>Made result tree fragment parsing of numbers consistent with
strings.<br/><br/></li>
+<li>Exceptions thrown from extensions should now be properly reported via
the error listener.<br/><br/></li>
+<li>Fixed hard-coded stack dump set off by m_reportInPostExceptionFromThread
variable.<br/><br/></li>
+<li>Fixed intermittent threading problem with text nodes being
dropped.<br/><br/></li>
+<li>Fixed problem with variable evaluation inside of union expressions.</li>
+</ul>
<p>For a list of tasks in the &xslt4j2; To-Do list that have been completed,
see <jump href="todo.html#release-date-completed">Tasks completed</jump>.</p>
</s3>