How I can let the grabbeing xml in browser explain?
With the .html give me *[object XMLDocument]*

The Function are:

$.ajax({
   type: "GET",
   url: "url.xml",
   dataType: "xml",
   success: function(msg){
                $("#content").html(msg);
                }
   });

-- 
Viele Grüße, Olaf

-------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
-------------------------------

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to