[jQuery] xml namespace problems

2008-04-21 Thread Tony
Here is the xml http://localhost/";> The experssion $('catalog > book', xml).each(function() { // do something here }); Does not work in IE6 and FF. The expression $('catalog book', xml).each(function() { // do something here }); Work in F

[jQuery] xml namespace problems

2008-04-21 Thread Tony
Sorry if this is a second post, but I do not see my message here is the xml http://localhost/";> 1. the expression $('catalog > book',xml).each(function(){ ... }); does not work in IE6 and FF 2. the expression $('catalog book',xml).each(