dleslie 01/01/03 05:35:26
Modified: java/xdocs/sources/xalan DONE Log: Updates for Xalan-J 2.0.D06. Revision Changes Path 1.11 +9 -11 xml-xalan/java/xdocs/sources/xalan/DONE Index: DONE =================================================================== RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/DONE,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- DONE 2001/01/02 21:51:44 1.10 +++ DONE 2001/01/03 13:35:26 1.11 @@ -1,17 +1,15 @@ <s3 title="Changes since &xslt4j; version 2.0.D05"> -<p>We have fixed he two bugs reported in &xslt4j; 2.0.D05. Along with several other enhancements, -we have also fixed a number of bugs found by our users:</p> +<p>We have fixed the bugs reported in &xslt4j; 2.0.D05. Along with several other enhancements, +we have also fixed a number of bugs found by testing and our users:</p> <ul> -<li>Fixed some threading problems and improved support for handling Exceptions thrown in a secondary thread. To support incremental output, -&xslt4j; performs the transformation in a second thread while building the source tree in the main thread.<br/><br/></li> -<li>Fixed problems utilizing transformation output as input for another transformation.<br/><br/></li> -<li><br/><br/></li> -<li><br/><br/></li> +<li>Fixed some threading problems and improved support for handling Exceptions thrown in a secondary thread.<br/><br/> +Note: To support incremental output, &xslt4j; performs the transformation in a second thread while building the source tree in the main thread.<br/><br/></li> +<li>Fixed problems encountered in piping (utilizing transformation output as input for another transformation).<br/><br/></li> <li>Fixed problems handling attributes and adding attributes to result tree.<br/><br/></li> -<li>Added defensive checking for null entities and namespaces.<br/><br/></li> -<li>Adhere to SAX convention of representing null namespaces with empty strings.<br/><br/></li> -<li>Improved support for pruning source tree nodes when not required.<br/><br/></li> -<li>Fixed a bug evaluating a variable in a predicate expression applied to child nodes.<br/><br/></li> +<li>Added defensive checking for null entities, null namespaces, and empty strings passed in for URIs and local names.<br/><br/></li> +<li>We now conform to the SAX convention of representing null namespaces with empty strings.<br/><br/></li> +<li>Improved support for pruning source tree nodes when not required during execution of a template.<br/><br/></li> +<li>Fixed a bug encountered evaluating a variable in a predicate expression applied to child nodes.<br/><br/></li> <li>Changed names of serializers from FormatterTo<ref>Xxx</ref> to SerializerTo<ref>Xxx</ref>. See <jump href="apidocs/org/apache/xalan/serialize/package-summary.html">Package org.apache.xalan.serialize</jump>.<br/><br/></li> <li>Improved debugging support in a number of areas.</li>
