You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/02/14 11:11:14 UTC

[Bug 602] New - importNode does not import unexpanded attributes

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=602

*** shadow/602	Wed Feb 14 02:11:13 2001
--- shadow/602.tmp.18201	Wed Feb 14 02:11:13 2001
***************
*** 0 ****
--- 1,23 ----
+ +============================================================================+
+ | importNode does not import unexpanded attributes                           |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 602                         Product: Xerces-J                |
+ |       Status: NEW                         Version: unspecified             |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Major                    OS/Version: Windows NT/2K           |
+ |     Priority: High                      Component: DOM                     |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-j-dev@xml.apache.org                                  |
+ |  Reported By: cjtc@wrs.com                                                 |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ With deferred node expansion turned on (default), using 
+   Document.importNode(importedNode, true)
+ does not correctly copy over attribute values which had previously not been 
+ expanded in the source Document. When such attribute nodes are subsequently 
+ traversed in the destination Document, all attribute values are null.
+ 
+ This behaviour only exhibited itself in Xerces-J 1.3.0. It worked fine in 1.2.3.