hi.
my xml file nodes is like this
<NewDataSet>
<SMSRequest>
<username />
<Password />
<From />
<To />
<Message />
</SMSRequest>
<SMSRequest />
<SMSRequest>
<username>1</username>
<Password>2</Password>
<From>3</From>
<To>4</To>
<Message>5</Message>
</SMSRequest>
</NewDataSet>
i want to remove this node which is bold
<NewDataSet>
<SMSRequest>
<username />
<Password />
<From />
<To />
<Message />
</SMSRequest>
<SMSRequest />
<SMSRequest>
<username>1</username>
<Password>2</Password>
<From>3</From>
<To>4</To>
<Message>5</Message>
</SMSRequest>
</NewDataSet>
can any one provide m ...
Go to the complete details ...