Dear Guys,
Please help me to get this sorted out.This issue is haunting us for
months..
We had the below code in place for cloning a node.
Node outNode = inNode.cloneNode(deep);
And then we found that clone node in xerces may sometimes delete a
attribute, so we added below piece of cod
Hi Karthik,
On Thu, Oct 25, 2012 at 6:22 PM, wrote:
> We had the below code in place for cloning a node.
>
> Node outNode = inNode.cloneNode(deep);
>
> And then we found that clone node in xerces may sometimes delete a
> attribute
Can you please post a test case, which will help us inve