Wow that's sure is a unique bug. I was able to fix my script on the server side by make sure the XML content was served as text/xml, this caused an XMLObject to be returned which IE was able to process just fine. Thanks for the heads up!
On May 7, 1:52 pm, Balazs Endresz <[email protected]> wrote: > It's explained > here:http://groups.google.com/group/jquery-en/browse_frm/thread/95718c9aab... > > On May 7, 10:24 pm, ScottChiefBaker <[email protected]> wrote: > > > I created a simple test case: > > >http://www.perturb.org/tmp/jquery-test.html > > > On May 7, 12:41 pm, ScottChiefBaker <[email protected]> wrote: > > > > The following example works great in Firefox, and Chrome but fails > > > miserably in IE (6,7,8). I'm running JQuery 1.3.2 if it makes a > > > difference: > > > > $('resp',"<root><resp>value</resp></root>").text(); > > > > That evaluates to "vaule" in everything except IE. Am I missing > > > something?

