dleslie 01/02/14 05:51:29
Modified: java/xdocs/sources/xalan DONE
Log:
Added SQL library bug fixes.
Revision Changes Path
1.45 +5 -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.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- DONE 2001/02/13 21:04:07 1.44
+++ DONE 2001/02/14 13:51:29 1.45
@@ -18,6 +18,11 @@
<li>Fixed ElemNumber bug. The number expression must be evaluated and then
rounded up.<br/><br/></li>
<li>Fixed bug in Process by creating a DocumentFragment for the output
node in DOM to DOM transformations.<br/><br/></li>
<li>Improved Compiler class error message when the QUO opcode (from an
earlier version of the XSLT spec) is used.<br/><br/></li>
+ <li>Removed superfluous method calls to
TransformerImpl.executeChildTemplates().<br/><br/></li>
+ <li>In response to a bug with the SQL library extension reported by Mike
Kay, NodeTest.getLocalName() and ColumnData.getData() now return
+ an empty string instead of null when there is no NodeTest name or column
data.<br/><br/></li>
+ <li><br/><br/></li>
+ <li><br/><br/></li>
<li></li>
</ul>