In Firefox 3.5 they both look exactly the same: $('topics topic',lessons) == 4
In IE6, it differs, with: $('topics topic',lessons) == 48 I think this is related to an issue where with IE and jQuery it is not reading the returned data as XML because the response type is not text/ xml. If you do a search on it you'll find some solutions. The most common solution is to force the response type of the returned XML (tos.xml) to be text/xml, if possible. On Aug 24, 10:38 am, Benjamin Sterling <benjamin.sterl...@kenzomedia.com> wrote: > Hey all, > Here's the issue, I am pulling in an XML doc, storing it in a global > var and through out the app I am transversing it to grab certain > info. Up till 1.2.6 it's been working fine, but when I upgraded 1.3.2 > I get bad results. > > Here are my two test > pages:http://ietracker.staging.informationexperts.com/framework/test/result...http://ietracker.staging.informationexperts.com/framework/test/result... > > My guess is the it has something to do with Sizzle but I can't place > exactly where the issue may be happening. But not sure, any > suggestions would be helpful.