dleslie 01/01/25 11:19:43
Modified: java/xdocs/sources/xalan DONE
Log:
Another bug fix: ElemTemplateElement.
Revision Changes Path
1.28 +1 -0 xml-xalan/java/xdocs/sources/xalan/DONE
Index: DONE
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/DONE,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- DONE 2001/01/25 19:08:36 1.27
+++ DONE 2001/01/25 19:19:33 1.28
@@ -15,6 +15,7 @@
TransformerFactory.<br/><br/></li>
<li>When using an Exception to instantiate a FactoryConfigurationError
(extends Error), we now propagate the Exception message to
super().<br/><br/></li>
+ <li>Added defensive code to ElemTemplateElement for handling a null
URI.<br/><br/></li>
<li>Fixed a bug (the generation of an unwanted entity reference)
performing the identity transformation
(see <link idref="usagepatterns" anchor="serialize">Serializing
output</link>) with an XML document containing a DOCTYPE declaration.</li>
</ul>