Hello,

I'm looking for a cross-browsers library based on prototype.js that
wraps XML dom.
I tried to extend XML dom elements by using Object.extend and
Element.extend without success.
It works fine with firefox (Object.extend) but don't work with IE
(msxml).
I suppose that IE objects are not 'prototype based' objects.
Is there a way to go around this issue like prototype did it with HTML
dom elements.
I'm surprised notice that prototype do not provide such
functionnalities because we are often led to deal with xml data with
Ajax requests. I suspect  that it's not easy or even not possible....

Thanks for your help

--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-spinoffs@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to