Hi All,

I got stuck in a situation.

I have to remove a node from XML using jquery but remove() and empty()
is not working.

var xmlData = {xml document};
$(xmlData).find({node}).each(function(){
     $(this).remove(); or $(this).parent().empty();
})

This work fine for firefox but not work in ie.

Can anybody provide me with some workaround so that i'll be able to
remove node from XML.

Thanks to all for their suggestions in advance.

Reply via email to