Hi Karthik,

On Thu, Oct 25, 2012 at 6:22 PM,  <karthikeyan...@polarisft.com> 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 investigate the
issue better? Ideally, the test case should include:
1) a small input XML document.
2) a complete java program (ideally isolating only the problem parts),
using the APIs which you think have problems.

If there are attachments within your test case, a Jira issue would be good.

> so we added below piece of code but this is still not working.
> Can you please let us know the issue?

I feel, the code fragment you've shared won't help significantly to
debug this issue. I would suggest, first posting a proper test case
and then give us some time to work on the issue.




-- 
Regards,
Mukul Gandhi

---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscr...@xerces.apache.org
For additional commands, e-mail: j-users-h...@xerces.apache.org

Reply via email to