dleslie 01/01/29 08:47:57
Modified: java/xdocs/sources/xalan DONE
Log:
Edits per Dave Marston.
Revision Changes Path
1.37 +2 -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.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- DONE 2001/01/29 15:16:50 1.36
+++ DONE 2001/01/29 16:47:54 1.37
@@ -34,11 +34,11 @@
<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.<br/><br/></li>
- <li>Fixed checking of number of arguments in FuncDocument.<br/><br/></li>
+ <li>Fixed checking of number of arguments in document()
function.<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>Fixed bug reported by Jano Elivirta: 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>