PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2925
*** shadow/2925 Tue Jul 31 11:56:01 2001
--- shadow/2925.tmp.24185 Thu Aug 2 20:16:52 2001
***************
*** 2,9 ****
| Parameter set from DOM Node, broken |
+----------------------------------------------------------------------------+
| Bug #: 2925 Product: XalanJ2 |
! | Status: NEW Version: CurrentCVS |
! | Resolution: Platform: Other |
| Severity: Normal OS/Version: Linux |
| Priority: Other Component: Xalan |
+----------------------------------------------------------------------------+
--- 2,9 ----
| Parameter set from DOM Node, broken |
+----------------------------------------------------------------------------+
| Bug #: 2925 Product: XalanJ2 |
! | Status: RESOLVED Version: CurrentCVS |
! | Resolution: FIXED Platform: Other |
| Severity: Normal OS/Version: Linux |
| Priority: Other Component: Xalan |
+----------------------------------------------------------------------------+
***************
*** 56,58 ****
--- 56,83 ----
Please see my followup message to Scott regarding some of these issues.
Gary
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-08-02 20:16 -------
+ Test checked into xml-xalan/test/tests/bugzilla/Bugzilla2925*.*
+
+ Create new XObject, XNodeSetForDOM, which is constructed
+ from a Node, NodeList, or NodeIterator, and acts the same as
+ XNodeSet, except it returns the original object for object(),
+ nodeset(), and nodelist().
+
+ Add XObject#create(Object val, XPathContext xctxt), which is
+ called from TransformerImpl#setParameter(s), and
+ FuncExtFunction#execute (for the return values of the
+ extension).
+
+ XBoolean and XNumber now also have Boolean and Number
+ constructors, in which case the original object will also be
+ returned from the object() method.
+
+ This should make the conversion from java object to XObject
+ consistent between function returns and setParameter. These
+ changes should also fix a bug where NodeLists weren't being converted.
+
+ Also fixed a secondary bug where <xsl:copy-of select="xalan:nodeset
+ ($stylesheets)"/> was producing bizarre results if it was working on the
+ result tree fragment (i.e. you didn't pass in a DOM).
\ No newline at end of file