may add a prolog to xml file will help:
<?xml version="1.0" encoding="UTF-8" ?>

2006/8/9, Mohsen Saboorian < [EMAIL PROTECTED]>:
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/



--
realazy.org
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to