Jörn Zaefferer schrieb:

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

>>   
> If you need html, tell $.ajax to get it for you:
> $.ajax({
>     ...
>     dataType: "html",
>     sucess: function(html) {
>        $('#content').html(html);
>     }
> });
> 

Thank you all for the input. I have to play with all.

I wanted to show it only visuel. Understand, in the DIV#content is to see:
<?xml version="1.0" encoding="UTF-8"?>
<bla>text</bla>

So the pure code, does a possibility exist there?

-- 
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