C
Casper B
As the topic says, I am wondering how (in Java) I can extract a sub-tree
of a org.w3c.dom.Document and form a brand new one. I use Oracle's
XMLDocument implementation and have been playing around with
DocumentFragment etc. but somehow I always end up creating only the
single node and not its sub-nodes.
/Casper
of a org.w3c.dom.Document and form a brand new one. I use Oracle's
XMLDocument implementation and have been playing around with
DocumentFragment etc. but somehow I always end up creating only the
single node and not its sub-nodes.
/Casper