I'm trying to learn how to create an RSS feed to distribute podcasts.
After encountering a problem, for testing purposes, I cut the entire source
code from
http://www.democracynow.org/podcast.xml into a text file.
Here's the rub, underlying the problem I was experiencing with my earlier
attempt:
When
http://www.democracynow.org/podcast.xml is displayed in the browser
by branching to it , it displays a nice, formatted display that is the
familiar 'feedy' looking page.
When 'same' code pasted into an empty text file is opened in IE, it
displays as raw xml. No feeds are recognized on the page, as indicated by
the 'dimmed' RSS feed button on the toolbar.
Can someone explain, please.