-2

I am having an issue with my RSS feed that has not been an issue before. You can find the feed file here.

I understand that a .js isnt a standard RSS enclosure, but it hasn't been an issue for feeds since I started using the tag.

I scoured it for ampersands or anything that might be causing the hangup, but nothing. Any idea what could be the cause of that problem?

Julien Genestoux
  • 31,046
  • 20
  • 66
  • 93
  • you need to give more information about your problem. Are you parsing this RSS feed? Are you getting an error? What language or library are you using? – benathon Feb 14 '14 at 22:47

1 Answers1

0

You have an unclosed tag <itunes:category text="Star Wars">; you can use an xml validator to look for errors like this.

personak
  • 539
  • 4
  • 15