paishin
08-20-2008, 09:27 PM
Hello everyone,
I am trying to create a php CMS system where you would add audio recordings and they will be converted into valid RSS for podcasts.
So far I have created the whole administrator panel but guess what....the XML does not validate.
Feeding the XML to www.feedvalidator.com returns the following
"This feed does not validate.
line 14, column 0: XML parsing error: <unknown>:14:0: unbound prefix [help]
<itunes:author>DJ Tsoxantzidis </itunes:author>"
I've been trying to figure out what's wrong but no luck...even if I remove this line I get the same problem for the following line (that now appears to be ok).
The feed can be found here: http://podcaster.webplusplus.net/admin/podcasts/podfeed.xml
and actual xml contents appear on feedvalidator.com when you add the feed.
Any help is appreciated.
I am trying to create a php CMS system where you would add audio recordings and they will be converted into valid RSS for podcasts.
So far I have created the whole administrator panel but guess what....the XML does not validate.
Feeding the XML to www.feedvalidator.com returns the following
"This feed does not validate.
line 14, column 0: XML parsing error: <unknown>:14:0: unbound prefix [help]
<itunes:author>DJ Tsoxantzidis </itunes:author>"
I've been trying to figure out what's wrong but no luck...even if I remove this line I get the same problem for the following line (that now appears to be ok).
The feed can be found here: http://podcaster.webplusplus.net/admin/podcasts/podfeed.xml
and actual xml contents appear on feedvalidator.com when you add the feed.
Any help is appreciated.