We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

My website presents RSS feeds to viewers. This works great with IE but Firefox does not load the RSS data, although it does present the page with blank data regions. Ideas?

  • 2 odpowiedzi
  • 2 osoby mają ten problem
  • 4 wyświetlenia
  • Ostatnia odpowiedź od smatthe

more options

Web design tool used is NetObject Fusion 11 which puts a php proxy script on the server to function as a gateway between the RSS feed and the browser.

Web design tool used is NetObject Fusion 11 which puts a php proxy script on the server to function as a gateway between the RSS feed and the browser.

Wszystkie odpowiedzi (2)

more options

XmlDocument.create doesn't seem to work in Firefox. You can see an error in the Tools > Error Console

See e.g. http://help.dottoro.com/ljbcjfot.php


A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.

The helpers at that forum are more knowledgeable about web development issues.

You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25

more options

Thank you cor-el. You're correct, the error console does indeed show an error for each of the feeds when the page is brought up. I'll check with the mozillaZine forum for suggestions. Thanks again!