dleslie 01/01/29 06:36:43
Modified: java/xdocs/sources/xalan DONE
Log:
More bug fixes.
Revision Changes Path
1.35 +9 -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.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- DONE 2001/01/26 20:11:22 1.34
+++ DONE 2001/01/29 14:36:42 1.35
@@ -33,7 +33,15 @@
message "Stylesheet directed termination".<br/><br/></li>
<li>In TransformerException, check that the cause != null when checking
for a contained exception.<br/><br/></li>
<li>Fixed a problem validating non-namespaced attributes and a problem
allowing non-namespaced attributes to be children of the
- stylesheet element.</li>
+ stylesheet element.<br/><br/></li>
+ <li>Fixed checking of number of arguments in FuncDocument.<br/><br/></li>
+ <li>Fixed problem with mutation of templates at run time. Templates
resolution now takes place during the compose() method.<br/><br/></li>
+ <li>Fixed some minor threading issues in org.apache.xalan.stree (Child,
Parent, ElementImpl, SourceTreeHandler).<br/><br/></li>
+ <li>Synchronized TrAX API functions subject to mutation to prevent
mutation during a transformation.<br/><br/></li>
+ <li>Fixed bug reported by Jano Elivirta: FuncSubString was returning an
error if the start index is larger than the string.<br/><br/></li>
+ <li>Set StringKey.toString() to return the underlying String (m_str),
thus avoiding a potential symmetry problem with the equals() method
+ reported by Ito Kazumitsu.<br/><br/></li>
+ <li>In response to note from Ito Kazumitsu, changed Java encoding name
"EUCJIS" in FormatterToXML to "EUC_JP".</li>
</ul>
<p><em>Bug fixes in the <link idref="usagepatterns"
anchor="compat">Xalan-Java 1 compatibility API</link>:</em></p>
<ul>