rjchaney
Member
Posted 1 year ago #
I am unable to get my XML to validate. I am getting a parsing error. I tried the plugin Fix RSS Feeds, but this only seems to work on the main feed. Is there a way to manually correct the problem?
I am also not sure that I've submitted the correct original feed location to Feedburner. Where would I find this?
I'd appreciate any help.
No idea on the second point. I'd need some specifics on the first one to help you
rjchaney
Member
Posted 1 year ago #
Thank you. I found the answer on one of your earlier posts.
http://wordpress.org/support/topic/plugin-podcast-channels-issue-with-invalid-xml?replies=10
"ok so you can just dedicate a category to the podcast channel you want then, keeping the home page feed normal using PodcastChannels. hurray!
if you want to try your hand at hacking Podcast channels to stop it duplicating the "xmlns:itunes..." stuff, find the line
add_action('rss2_ns', 'podcast_channels_itunes_namespace');
and comment it out with a // at the beginning. uncomment it when you deactivate the other plugin."