dleslie 01/01/25 11:08:42
Modified: java/xdocs/sources/xalan DONE
Log:
Added Myriam's bug fix for identify transformation of XML document
containing a DOCTYPE declaration.
Revision Changes Path
1.27 +4 -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.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- DONE 2001/01/25 18:53:24 1.26
+++ DONE 2001/01/25 19:08:36 1.27
@@ -13,7 +13,10 @@
<li>Fixed tokenizing of stylesheet processing instructions to allow
parameters to be passed to server in href attributes.<br/><br/></li>
<li>Fixed a bug passing Transformer creation error messages to
ErrorListener when an ErrorListener has been set on
TransformerFactory.<br/><br/></li>
- <li>When using an Exception to instantiate a FactoryConfigurationError
(extends Error), we now propagate the Exception message to super().</li>
+ <li>When using an Exception to instantiate a FactoryConfigurationError
(extends Error), we now propagate the Exception message to
+ super().<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>
<p><em>Bug fixes in the <link idref="usagepatterns"
anchor="compat">Xalan-Java 1 compatibility API</link>:</em></p>
<ul>