Xerces cloneNode issue

2012-10-22 Thread karthikeyan . sd
Dear Guys, Can anyone please help me to get this clarified. 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 code but this is still not work

Xerces ncloneNode issue...

2012-10-22 Thread karthikeyan . sd
Dear Guys, Can anyone please help me to get this clarified. 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 code but this is still not wor