Modify ↓
Ticket #5656 (closed bug: invalid)
jQuery('item', xml).each() fails to find any items in IE. XML is of type RSS 2.0.
| Reported by: | Nikkelmann | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4 |
| Component: | unfiled | Version: | 1.4a1 |
| Keywords: | rss, xml, each, IE, internet explorer | Cc: | |
| Blocking: | Blocked by: |
Description
When i step through the code with the IE Developer tool, this part:
var isXML = function(elem){
return elem.nodeType === 9 && elem.documentElement.nodeName !== "HTML" !!elem.ownerDocument && isXML( elem.ownerDocument );
};
gives this error: "Object expected - jquery.js, line 2339 character 2"
The page: http://1670339.shop13.dandomain.dk/shop/frontpage.html
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

The RSS feed is here: http://1670339.shop13.dandomain.dk/shop/news-ALL-1.rss