> I think the dataType property is obsolete... the xml should be handled > correctly by jquery automatically.
Not quite - I actually just added it. For most cases, dataType isn't going to matter. (e.g. XML vs HTML vs Text) - where it does matter, however, is when you need a special dataType like 'json' or 'script'. So, in this case, using dataType: 'xml' probably won't have influence one way or another. --John _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
