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