Megatron
04-06-2006, 06:06 AM
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:
http://www.pixelscience.it/rss.xml
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:
# «details»
# «details»
# «details»
# «details»
instead of my desired feed. Does anyone know why this would be happening?
http://www.pixelscience.it/rss.xml
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:
# «details»
# «details»
# «details»
# «details»
instead of my desired feed. Does anyone know why this would be happening?