dleslie 01/01/25 07:12:18
Modified: java/xdocs/sources/xalan DONE
Log:
Added Xalan-J1 compatibility bug fixes.
Revision Changes Path
1.23 +11 -2 xml-xalan/java/xdocs/sources/xalan/DONE
Index: DONE
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/DONE,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- DONE 2001/01/24 18:08:42 1.22
+++ DONE 2001/01/25 15:12:18 1.23
@@ -1,12 +1,21 @@
<s3 title="Changes since &xslt4j; version 2.0.D07">
-<p>This release includes several bug fixes:</p>
+<p>This release includes several bug fixes to the &xslt4j; core and to the
Xalan-Java 1 compatbility API.</p>
+<p><em>Core bug fixes:</em></p>
<ul>
<li>A threading problem showed up when using multiple processors. We fixed
it by using a separate XPathContext object to do whitespace node
matches (xsl:strip-space).<br/><br/></li>
<li>Fixed a bug running Norm Walsh's docbook stylesheets by not setting
the variable stack position if the TreeWalker is not owned by a
top-level NodeIterator.<br/><br/></li>
<li>In the interest of stability, we now treat "unknown error in XPath" as
a fatal error.<br/><br/></li>
- <li>Fixed a number of bugs in the <link idref="usagepatterns"
anchor="compat">Xalan-Java 1 compatibility API</link>.</li>
+ <li>Added support for "text/xml" and "application/xml+xslt" mime types for
stylesheet processing instructions.<br/><br/></li>
+ <li>Fixed tokenizing of stylesheet processing instructions to allow
parameters to be passed to server in href attributes.</li>
+</ul>
+<p><em>Bug fixes in the <link idref="usagepatterns"
anchor="compat">Xalan-Java 1 compatibility API</link>:</em></p>
+<ul>
+ <li>Enabled error messages to be sent to a ProblemListener (ErrorHandler
in &xslt4j; 2).<br/><br/></li>
+ <li>Fixed evaluation of stylesheet string parameters to conform to
&xslt4j; 1 behavior (expressions for &xslt4j; 1 vs. String objects
+ for &xslt4j; 2).<br/><br/></li>
+ <li>Fixed the derivation of XObject sub-types (XString, etc.).</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>