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