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

2012-10-30 Thread Michael Glavassevich
t; Date: 10/25/2012 08:20 PM > Subject: Re: xerces cloning a node .. Need your valuable inputs.Please > help me. > > > > Hi Karthik, > > On Thu, Oct 25, 2012 at 6:22 PM, wrote: > > We had the below code in place for cloning a node. > > &

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

2012-10-30 Thread karthikeyan . sd
source to get a detailed idea of how these parsers work. Thanks karthik From: Mukul Gandhi To: j-users@xerces.apache.org Date: 10/25/2012 08:20 PM Subject:Re: xerces cloning a node .. Need your valuable inputs.Please help me. Hi Karthik, On Thu, Oct 25, 2012 at 6:22

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

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