Forum Moderators: open
How to rectify this. Do I need to add some special tags inside the XML? How to display the full feed content?
[edited by: httpwebwitch at 9:52 pm (utc) on Nov. 6, 2008]
[edit reason] link removal [/edit]
But is it really a problem? Don't fret, your feed isn't broken or anything - it's just being shown in a different way. RSS is not intended to be styled up like a web page anyhow.
The Mozilla Developer Center recommends:
Recent browsers (Firefox 2, Safari (version?), IE 7) will display RSS content specially, rather than applying custom style sheets to the XML data. While this is what the user and site author want in the vast majority of cases, you may wish to override this behavior for a specific case.source [developer.mozilla.org]
Your choices include:
- putting the <rss> content in a prefixed namespace
- preceding the <rss> element with an XML comment
- serving the content as UTF-16
Few more queries: How to display the full post content in Firefox? Its just showing up the post snippet which I dont want!
Also in Google Chrome the feed is not displayed properly! Any quick fix for that?