> Hey, I'm working on a PHP script to make an RSS feed for my weblog.
> I've got a "malformed" error at this validator:
>
> http://feedvalidator.org/check.cgi?u...2Fpage1907.xml
>
> I don't know enough about XML or RSS to figure this out. I've read
> over this document:
>
> http://www.w3.org/TR/REC-xml/#sec-well-formed
Hi,
The XMl is not well formed:
<?xml version="1.0" contentType="application/xml; charset=UTF-8" encoding="UTF-8"?>
The 'contentType' attribute is illegal, just omit it, like this:
<?xml version="1.0" encoding="UTF-8"?>
regards,
--
Joris Gillis (
http://www.ticalc.org/cgi-bin/acct-v...i?userid=38041)
Ceterum censeo XML omnibus esse utendum