dleslie 01/01/25 14:08:13
Modified: java/xdocs/sources/xalan DONE
Log:
Added Myriam's xlanj1compat processs() method bug fix.
Revision Changes Path
1.30 +3 -1 xml-xalan/java/xdocs/sources/xalan/DONE
Index: DONE
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/DONE,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- DONE 2001/01/25 20:53:08 1.29
+++ DONE 2001/01/25 22:08:11 1.30
@@ -26,7 +26,9 @@
<li>Fixed ProblemListener (for processing error messages) to derive from
&xslt4j; 2 ErrorHandler.<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>Added XPathSupport and XPathSupportDefault, and fixed the derivation
of XObject sub-types (XString, etc.).</li>
+ <li>Added XPathSupport and XPathSupportDefault, and fixed the derivation
of XObject sub-types (XString, etc.).<br/><br/></li>
+ <li>Fixed bug with XSLTProcessor process(xmlIn, null, out) method so that
it uses the StylesheetRoot (if one exists) that has been created
+ with the processStylesheet() method.</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>