I've been following this module from the beginning (great work by the way!), and just went through the multiple updates to get the latest version working again and everything seems ok except the namespaces printed into the head of the xml feed.
I noticed this as Firefox prompts the download dialogue instead of showing the feed. opening the file shows everything is ok, but where the namespaces are I get:
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" 0="xmlns:media="http://search.yahoo.com/mrss/"">
Notice the 0= and " in the line above.
As a test i hard coded the namespaces in the ffpc-views-podcast-feed.tpl.php file, as
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" "xmlns:media="http://search.yahoo.com/mrss/">
And this loads the feed fine. Any idea what can be causing the problem with the Namespaces? My hunch is it's not actually this module, but i wasn't sure where else to digg into this.
Many thanks for any help!
S
Comments
Comment #1
sampeckham commentedI've traced the bug down after much search to this: http://drupal.org/node/313904
Sorry to clutter your support requests.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.