my xml file won't validate as an RSS feed

admin

Administrator
Staff member
hi guys, i have a php script which generates an xml file. The xml file seems to be working properly as it validates in the browser. This is the link to the file:
<!-- m --><a class="postlink" href="http://www.pixelscience.it/rss.xml">http://www.pixelscience.it/rss.xml</a><!-- m -->

and this is a snippet of the file:

<feeds>
<item>
<title>This</title>
<content>This</content>
<message>This</message>
</item>
</feeds>

I am using Magpie RSS to generate some Javascript for the RSS feed. When i do this i get:


# 玠etails?br />
# 玠etails?br />
# 玠etails?br />
# 玠etails?br />


instead of my desired feed. Does anyone know why this would be happening?
 
Back
Top