[jQuery] $.get Firefox problem

[jQuery] $.get Firefox problem

Hi,
I'm fetching a url using $.get():
$.get(url, function(xml) {
alert($("tag", xml).get(0).text);
});
xml is a simple xml tag:
<tag>body</tag>
IE works fine and alerts "body", but FF alerts undefined.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/