dleslie 01/01/29 12:43:04
Modified: java/xdocs/sources/xalan DONE
Log:
Aother bug fix.
Revision Changes Path
1.39 +2 -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.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- DONE 2001/01/29 16:52:09 1.38
+++ DONE 2001/01/29 20:42:57 1.39
@@ -42,7 +42,8 @@
<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>
- <li>When Xalan creates a FileOutputStream, it now closes the stream
before exiting.</li>
+ <li>When Xalan creates a FileOutputStream, it now closes the stream
before exiting.<br/><br/></li>
+ <li>Fixed handling of an exception that can be thrown while building a
DOM.</li>
</ul>
<p><em>Bug fixes in the <link idref="usagepatterns"
anchor="compat">Xalan-Java 1 compatibility API</link>:</em></p>
<ul>