By amy-1 on
<?xml version="1.0" encoding="ISO-8859-1"?>
<DOCTYPE rss [<ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
<rss version="0.91">
This is what the XML button for the Syndication module puts out. This is wrong, and both Chimera (Mozille/Gecko engine) and MSIE 5.2 for Mac OS X complain about it. The error is "An XML element is not allowed inside a DTD."
The DOCTYPE declaration must come before the XML and RSS information. This should be easy to fix.
Comments
being worked on
see here
Ah
I was able to remove the offending bit based on that mailing list item. Now it works. Yay I looooooove RSS... Thanks
Whoopsie
That was me.