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 ji...@apache.org on 2004/04/12 23:13:53 UTC

[jira] Updated: (XERCERJ-63) DTMNodeProxy not Importable into other DOMs

The following issue has been updated:

    Updater: Serge Knystautas (mailto:sergek@lokitech.com)
       Date: Mon, 12 Apr 2004 2:13 PM
    Changes:
             Attachment changed from contribLHSPC.xml
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/XERCERJ-63?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCERJ-63

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCERJ-63
    Summary: DTMNodeProxy not Importable into other DOMs
       Type: Bug

     Status: Resolved
 Resolution: FIXED

    Project: Xerces2-J
 Components: 
             DOM
   Versions:
             2.0.0 [beta 2]

   Assignee: Joe Kesselman
   Reporter: Joe Kesselman

    Created: Tue, 13 Nov 2001 8:57 AM
    Updated: Mon, 12 Apr 2004 2:13 PM
Environment: Operating System: All
Platform: All

Description:
Reported by "Rick Bullotta" <ri...@lighthammer.com> at
11/13/01 09:57 AM.

The problem appears to be that the Xerces DOM's implementation of importNode() 
calls getDOMImplementation on the node being imported -- and DTMNodeProxy does 
not currently support that operation, throwing an exception instead.

Workaround is to use one of the user-level tree-copying routines rather than 
importNode.

Fix would be to create a static singleton object that all DTMNodeProxys would 
return in this case, which would implement the DOMImplementation interface.


Not hard;


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org