var isIE = window.navigator.msPointerEnabled; var rssFeedToJs = { open: function() { this.writeQueue = []; if (!isIE) { document.open(); } }, write: function(str) { this.writeQueue.push(str); }, close: function() { var currentScript; if (isIE) { currentScript = document.currentScript || (function() { var scripts = document.getElementsByTagName('script'); return scripts[scripts.length - 1]; })(); currentScript.parentNode.innerHTML += this.writeQueue.join(''); } else { document.write(this.writeQueue.join('')); document.close(); } }, writeQueue: [] };rssFeedToJs.open();rssFeedToJs.write('
Error: Feed failed! Causes may be (1) No data found for RSS feed http://www.editmysite.com/editor/apps/feed2js/nosource.rss; (2) There are no items are available for this feed; (3) The RSS feed does not validate.
Please verify that the URL http://www.editmysite.com/editor/apps/feed2js/nosource.rss works first in your browser and that the feed passes a validator test.