I doubt it will work like that in IE. RightJS is made to handle html-elements and there is no guarantee that it will work with any sort of XML as well.
To handle this, you might want to use pure DOM methods instead, like that
var xml = r.responseXML;
var smth = xml.getElementsByTagName('somthing')[0];
// etc.
or use JSON. no one really uses XML anymore
--
Nikolay
> --
> You received this message because you are subscribed to the Google Groups "RightJS" group.
> To post to this group, send email to rig...@googlegroups.com.
> To unsubscribe from this group, send email to rightjs+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rightjs?hl=en.
>
--
Nikolay V. Nemshilov
The Web-Developer