http://videos.utubed.info/sitemap.xml Above sitemap doesn't validate, I have encoded it into UTF-8 characters usinh PHP htmlentities function, even Content-type is set to UTF-8 by headers, but still it doesn't validate, 'Undefined entity'........ - http://feedvalidator.org/check.cgi?url=http://videos.utubed.inf... - http://www.validome.org/google/validate?url=http://videos.utubed.info... Any idea? Thanks
UTF-8 needs the "&" to be expressed as "&", so when your ü comes up, it is expecting to see &, doesn't, and errors out. Read this: https://www.google.com/webmasters/tools/docs/en/protocol.html, and go down to 'Entity Escaping'.
No i don't think it'd require & again Yeah, i guess it would work, but this is an auto generated sitemap, so even if I remove the charachter now, later on such charachters would turn up there again