dleslie 01/01/29 08:52:13
Modified: java/xdocs/sources/xalan DONE
Log:
Fixed spelling error.
Revision Changes Path
1.38 +1 -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.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- DONE 2001/01/29 16:47:54 1.37
+++ DONE 2001/01/29 16:52:09 1.38
@@ -38,7 +38,7 @@
<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: substring() was returning an
error if the start index is larger than the string.<br/><br/></li>
+ <li>Fixed bug reported by Jano Elovirta: substring() 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".<br/><br/></li>