Just as in the previous version it seems that the 6.x releases are having problems creating legitimate media rss feeds.
The URL does not appear to reference a valid XML file. We encountered the following problem: Error on line 1: Element type "rss" must be followed by either attribute specifications, ">" or "/>".
Any ideas on what could be causing this?
Thanks!
Comments
Comment #1
glen201 commentedNot too familiar with the RSS nodeapi, I kinda hacked my way through to at least get some more normal looking RSS feed code out of the video.module.
Find the line with $mrss['namespace'] and replace it with:
See if this helps you. There's still some crud at the end of the RSS feed, but this may be some drupal strangeness...
-- glen
Comment #2
zcferres commentedThanks Glen, I will confirm that this fix works for FeedBurner validity check. :)
Thanks a ton.
Zach Ferres
Comment #3
sharadaprasad commentedEven I had the same problem. The fix worked. Thanks a ton.
Can this issue be fixed in the code rather than doing this kind of hacking?
Comment #4
glen201 commentedI was waiting for someone to tell me it fixed their problem. It's now committed to the CVS, and it will be in the next release after the one indicated in the version, above.
Thanks for your help!
--glen