[jQuery] remove xml nodes

[jQuery] remove xml nodes


I have this issue in IE7 where I do an ajax call that returns a XML
dataset. I would like to remove certain XML nodes before displaying it
into the page. The remove() function works in Firefox but now in IE7.
Example:
$("award[id='3']",xmldata).remove(); //works in FF but not IE
Can someone help me with this?