oh, that's totally unrelated to the previous issue.
To tell you the truth, I have no experience in parsing xml in JS, as I
much rather rely on JSON.
If you want to use Element#update, you should be loading HTML, not
XML, and using the responseText property.
Best,
Tobie
On Dec 28, 4:47 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Hi Tobie,
>
> thanks for your quick response. well I am reading a static xml through
> the Ajax.Request and my ids are all unique and without any "_"
> underscores..
>
> method: 'get',
> onComplete: function(transport){
>
> var site = transport.responseXML.documentElement;
>
> $('resultContainer').update(site);
>
> alert($('resultContainer').innerHTML);
>
> },
>
> the alert in firefox shows the xml, the alert in IE is empty.
>
> Max
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---