Page 1 of 1

Re: RSS Feed Issue with IE 8.0

Posted: 18 Jul 2010, 23:15
by FuglyDragon
Articles and Images feed are ok, its just the forum feeds.

Internet Explorer cannot display this feed

This feed contains code errors.
Go back to the previous page.

More information

The character '<' cannot be used in an attribute value.
Line: 546 Character: 225

Code: Select all

    <div xmlns="http://www.w3.org/1999/xhtml">Looking for images of Synodontis ilebrevis for the Cat-elog...it is the only described species of <em><a href="http://www.planetcatfish.com/catelog/Synodontis" onmouseover="Tip('<img src="../images/tooltips/Synodontis/g/s/1.jpg" width="320" /><br/><em>Synodontis</em>  ', WIDTH, 320)" onmouseout="UnTip()" target="_blank">Synodontis</a></em> from Lake Tanganyika that we do not have some kind of image of.<br />

Re: RSS Feed Issue with IE 8.0

Posted: 19 Jul 2010, 09:06
by Jools

Re: RSS Feed Issue with IE 8.0

Posted: 19 Jul 2010, 10:03
by FuglyDragon
not sure if it applies but I found this...

I made a small hack to the .xml template:

I changed line <?xml version="1.0" encoding="UTF-8"?> to {FEED_ENCODING}

and defined variable FEED_ENCODING in rss.php file:

'FEED_ENCODING' => '<?xml version="1.0" encoding="UTF-8" ?>',

Now all browsers eat rss well
.
.
.
the difference is only for IE as it requires explicitly define xml encoding
if you leave <?xml... in the template you won't see this line in the generated page
the page starts from <rss... and there in no xml encoding string

Re: RSS Feed Issue with IE 8.0

Posted: 19 Jul 2010, 10:07
by Jools
Thanks, but that's not the issue. That (might) fix a problem with extended character set encoding. You know, omlats, circumflexes and the like. However, the issue we have here is unescaped html appears in the RSS XML file due to the

Re: RSS Feed Issue with IE 8.0

Posted: 19 Jul 2010, 10:30
by Jools
I need to uninstall this RSS feed and install a new mod. It might not fix the issue, but the current implementation isn't supported and II need something stable / secure to work with.

Working on it now.

Jools

Re: RSS Feed Issue with IE 8.0

Posted: 19 Jul 2010, 19:27
by mummymonkey
I'm assuming the rss feed is off line just now?

Re: RSS Feed Issue with IE 8.0

Posted: 19 Jul 2010, 21:42
by FuglyDragon
Internet Explorer cannot display this feed

Internet Explorer does not support feeds with DTDs.
Go back to the previous page.

More information

This feed contains a DTD (Document Type Definition). DTDs are used to define a structure of a webpage. Internet Explorer does not support DTDs in feeds.

Re: RSS Feed Issue with IE 8.0

Posted: 20 Jul 2010, 08:29
by Jools
Yes, I had a look at how the whole thing was working and uncovered a few problems. Working on it this morning.

Jools

Re: RSS Feed Issue with IE 8.0

Posted: 29 Jul 2010, 05:46
by FuglyDragon
Seems to all be working fine now. Thanks for working on it

Re: RSS Feed Issue with IE 8.0

Posted: 04 Oct 2010, 11:39
by Jools
I have made this video about RSS feeds and will add it to the article on the site too.

Jools


Re: RSS Feed Issue with IE 8.0

Posted: 09 Oct 2010, 12:16
by Jools
Moved to resolved.

Jools