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/23 16:51:49 UTC

[Bug 690] New - Version 1.3.0: importNode (interf Document) does not copy the Attribute Values

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

*** shadow/690	Fri Feb 23 07:51:49 2001
--- shadow/690.tmp.21282	Fri Feb 23 07:51:49 2001
***************
*** 0 ****
--- 1,25 ----
+ +============================================================================+
+ | Version 1.3.0: importNode (interf Document) does not copy the Attribute Va |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 690                         Product: Xerces-J                |
+ |       Status: NEW                         Version: unspecified             |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Normal                   OS/Version: Linux                   |
+ |     Priority:                           Component: Core                    |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-j-dev@xml.apache.org                                  |
+ |  Reported By: Z.Miklos@infosys.tuwien.ac.at                                |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ The procedure importNode (interf. Document) does not copy the attribute
+ values of a Node, it only creates a Node with same attributes as the source.
+ In version Xerces 1.2.3 were the attribute values also copied. 
+ 
+ The problem is reproducible. I solved the problem in my code by going through
+ the existing attriutes and copying the values. (procedure setAttribute)
+ 
+ Xerces -java: 1.3.0
+ java version: Classic VM (build 1.2.2_006, green threads, nojit)