[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [syndication] Bad entities
Excellent, thanks Julian! The feed is now clean.
This OCS feed will be a space to watch over the next week or so:
http://www.syndic8.com/genfeed.php?format=ocs
Tonight the syndic8 Reviewer team will start approving feeds that
have been submitted and found to be producing valid XML and fresh
headlines. As the feeds are approved, the list will grow from its
current set of 842 to at least 2000. 1303 feeds are awaiting
approval, and another 1134 are currently being polled. The site
is tracking extensive history and statistics on the feeds. For
example, take a look at this page and at the tabs (Poll Results,
Statistics, Headlines, XML, Action Log, and Notes):
http://www.syndic8.com/feedinfo.php?FeedID=881&Section=xml&SummaryID=49
Anyone who wants to be a reviewer can sign up at:
http://www.syndic8.com/register.php
You can also elect to be an Evangelist, a Scraper, or a Fixer (see
the site for more info on what this means).
Jeff;
-----Original Message-----
From: Julian Bond [mailto:julian_bond@voidstar.com]
Sent: Monday, October 08, 2001 8:52 AM
To: syndication@yahoogroups.com
Subject: Re: [syndication] Bad entities
In article <000801c15005$ed8f88f0$070d0dc0@monster>, Jeff Barr
<jeff@vertexdev.com> writes
>I'm getting complaints that the syndic8 feed at
>http://www.syndic8.com/genfeed.php?format=ocs does not properly declare
>or handle entities.
>
>Here is the first offending line:
>
> <dc:description>Linux Preview - Noticias de Linux en
>Español</dc:description>
>
>Do I need to add a DOCTYPE to my feed? What should it look like?
><?xml version="1.0"?>
It's an rdf format. So the full rdf definition will solve it eg
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY % HTMLlat1 PUBLIC
"-//W3C//ENTITIES Latin 1 for XHTML//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
%HTMLlat1;
]>
<rdf:RDF
xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:ocs = "http://InternetAlchemy.org/ocs/directory#"
xmlns:dc = "http://purl.org/metadata/dublin_core#">
etc ...
--
Julian Bond email: julian_bond@voidstar.com
CV/Resume: http://www.voidstar.com/cv/
WebLog: http://www.voidstar.com/
HomeURL: http://www.shockwav.demon.co.uk/
M: +44 (0)77 5907 2173 T: +44 (0)192 0412 433
ICQ:33679568 tag:So many words, so little time
Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/