> Did anyone had the same problem?? What was the solution?
[Oops] I don't know the exact context in which you are loading the XML
doc, but for browser safety it's best to namespace, favoring valid
elements from the XHTML schema if you don't have another well-known
schema to work from. Remember you are working in an X/HTML-centric
environment, as opposed to a neutral XML reader in which simple
namespace-free fragments will be parsed predictably.
http://jsfiddle.net/us5TK/10/
This example works in Webkit, FF, IE 6+ with 0+ nodes. Let me know if
you adapt from this model and it still doesn't work (put your code in
a jsFiddle).
-- Sandy