xerces cloning a node .. Need your valuable inputs.Please help me.

2012-10-25 Thread karthikeyan . sd
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

Re: xerces cloning a node .. Need your valuable inputs.Please help me.

2012-10-25 Thread Mukul Gandhi
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