I'm trying to write a PHP script that will make a valid RSS feed for
my weblog. You can see what the script is currently outputting:
This doesn't validate at this validator:
It says I need to add a content type. Would it work if I changed the
first line of the RSS feed to this:
<?xml version="1.0" contentType="ap plication/xml; charset=UTF-8"?>
my weblog. You can see what the script is currently outputting:
This doesn't validate at this validator:
It says I need to add a content type. Would it work if I changed the
first line of the RSS feed to this:
<?xml version="1.0" contentType="ap plication/xml; charset=UTF-8"?>
Comment