> I write code like this to remove perticular node. but it left closing
> tag in xml file. but i want remove this closing tag also.
[quoted text clipped - 29 lines]
>
> i want remove <DSNO/> tag also
You are only removing content below objnode.
You need to remove objnode from its parent.
Arne
tosudesh2005@gmail.com - 01 Mar 2008 12:00 GMT
> tosudesh2...@gmail.com wrote:
> > I write code like this to remove perticular node. but it left closing
[quoted text clipped - 38 lines]
>
> - Show quoted text -
thanks dear,
i got solution of my problem.