The following issue has been updated:

    Updater: Serge Knystautas (mailto:[EMAIL PROTECTED])
       Date: Mon, 12 Apr 2004 2:13 PM
    Changes:
             Attachment changed from LHSPC.java
    ---------------------------------------------------------------------
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

   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" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to