dleslie 01/02/20 09:38:39
Modified: java/xdocs/sources/xalan DONE
Log:
More bug fixes.
Revision Changes Path
1.46 +4 -2 xml-xalan/java/xdocs/sources/xalan/DONE
Index: DONE
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/DONE,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- DONE 2001/02/14 13:51:29 1.45
+++ DONE 2001/02/20 17:38:35 1.46
@@ -21,8 +21,10 @@
<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>In the extensions MethodResolver, Gary Peskin corrected ConversionInfo
array for Node-Set, replaced DocumentFragment in RTF with
+ NodeList, removed duplicate Boolean from both, and fixed Boolean
conversion to give Boolean precedence over String. <br/><br/></li>
+ <li>Fixed a SQL library extension bug reported by Dimitry Voytenko. In
some cases <xsl:copy-of select="sql:query(...)"/> was
+ crashing with a NullPointerException. The null nodetest is now used to
mean the same as "node()".<br/><br/></li>
<li></li>
</ul>