ho to remove parent node?
<test1>1</test1><test2>2</test2><remove><test3>3<test3></remove>
it should be like:
<test1>1</test1><test2>2</test2><test3>3<test3>
ho to remove parent node?
<test1>1</test1><test2>2</test2><remove><test3>3<test3></remove>
it should be like:
<test1>1</test1><test2>2</test2><test3>3<test3>