[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error when cloning DOM nodes



Falko Braeutigam wrote:
> 
> This additional type test is okay for an in-memory DOM. If the nodes are ozone
> objects it always fails. I simply removed this code. See CVS.

With the new code from cvs, the error message is:

DOMException(11): DOMException: Exception reason is unspecified. (code
11)
DOMException: Node does not support data. (code 6)
This node type does not support values.
        at
org.ozoneDB.xml.dom.ElementImpl_Proxy.cloneNode(ElementImpl_Proxy.java:624)

Michael Keuchen