[jQuery] Simple AJAX + IE

[jQuery] Simple AJAX + IE

I am trying to replicate the following example from the AJAX demo page:
$.get("ajax-test.xml",function(xml){
var text = $("title",xml).text();
$("div#xml").html("<h1>"+text+"</h1>");
});
This does not work for me in either IE or FF. However, if I use $.getXML it works in FF but not IE.
Can someone tell me what I am doing wrong??
Jason
-----------------------------------------
Notice of Confidentiality:
**This E-mail and any of its attachments may contain Lincoln National
Corporation proprietary information, which is privileged, confidential,
or subject to copyright belonging to the Lincoln National Corporation
family of companies. This E-mail is intended solely for the use of the
individual or entity to which it is addressed. If you are not the
intended recipient of this E-mail, you are hereby notified that any
dissemination, distribution, copying, or action taken in relation to
the contents of and attachments to this E-mail is strictly prohibited
and may be unlawful. If you have received this E-mail in error, please
notify the sender immediately and permanently delete the original and
any copy of this E-mail and any printout. **

Thank You.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/