Description of the problem
I am loading an xml document using an ajax Request.
the file is loaded successfully, and I can get the
response.text
and
response.xml
the response.xml is a Document object but none of function/
properties that mootools add to the Element prototype exist in this
object.
response.xml.$family
response.xml.getElement('SomeTagName')
are both undefined
FF3 and Opera 9.X work as expected.
so the issue is IE related
I am wondering if this is a known issue (I did a search and I didn't
found any thing related), and if any one know a workaround for this.
Can any one replicate the issue, and confirm this?