Olaf Bosch wrote:
> 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?
> 
Ooh! I know! Did this! look at:

http://imaptools.com:8081/maps/demo2.html

double click the map to get xml displayed under the map, click toggle to 
see it as formated html.

Check my script, you welcome to any ideas I have there. I'm sure you can 
improve on them.

-Steve

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

Reply via email to