Jquery XML handling in IE?

Hey all,

Has anyone ever experienced issues with the built in jQuery XML Support?

I am pulling down an XML document and using $(xmlstring) to then allow me to use the find/each functions to manipulate the data.

In Firefox, this works perfectly but in IE, the order in which the data is returned is changed.

Firefox returns the data in the order it is defined within the XML Document, and IE seems to make it’s own mind up.

Is there another jQuery plugin that isn’t affected by this issue?

Cheers

Gavin

Anyone?