Hi there,

I've had the following problem with both Xerces 1.0.2 and 1.0.3, however
1.0.1 works fine.

After parsing an XML document and performing a cloneNode(true) on the
resulting org.w3c.dom.Document object, I get a clone of the DOM tree, as
I'd expect. However, if I then do a getChildNodes() to any node in the
tree, it seems that the Node's children are completely lost, although
the NodeList seems to work fine.

For example, if I call getChildNodes() on the Document itself, it
suddenly has no document element.

I've tried it with the feature
http://apache.org/xml/features/dom/defer-node-expansion both on and off,
to no avail.

Any ideas? Thanks,
Michael.

-- 
? Michael Gratton - [EMAIL PROTECTED]
! "Scientific progress goes 'boink'?"
> http://web.vee.net/

Reply via email to