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 cloneNode issue

2012-10-19 Thread karthikeyan . sd
Dear Guys, 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 code but this is still not working. Can you please let us know the issue? "My guess

Xerces cloneNode() issue

2012-10-19 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