[jQuery] $.ajax and xml

[jQuery] $.ajax and xml


I built a simple photo gallery with XML and Jquery. Works Perfect in
Firefox, and displays nothing in IE6/7. I have examined the produced
code with FireBug, and it looks exactly as it should.
From the research I have found, it's either an issue with XML being
called as ActiveX (which may not be a Jquery bug, just an issue with
IE) or something with .html... I don't think that is the answer.
Pretty sure I have activex turned on and all.
http://dev.jquery.com/ticket/3777 - Source files are located here.
Thanks in advance for any assistance.