Little problem with XML parsers June 17, 2001 9:23 PM Subscribe
a tiny problem with the rss feed -- some xml parsers (particularly expat, the parser used inside mozilla and perl's XML::Parser, require that the '' appear at the very beginning of the file. it seems like an overly strict reading of the spec to me, but there you are. kudos for adding the feed, in any case!
Ok, I fixed it up a bit and removed all the whitespace. All better now?
posted by mathowie (staff) at 10:34 PM on June 17, 2001
posted by mathowie (staff) at 10:34 PM on June 17, 2001
unfortunately, not quite. there's at least one entry where smart-quotes have snuck through. you could probably set the encoding on the xml to something to indicate the windows-specific character set, or replace those quotes with normal ones. (or even ” and “ if you wanted to get really fancy.)
with those gone, it seems to parse just fine.
posted by jimw at 12:21 AM on June 18, 2001
with those gone, it seems to parse just fine.
posted by jimw at 12:21 AM on June 18, 2001
You are not logged in, either login or create an account to post comments
(and yes, feel free to call me a pedant for picking on such an insignificant little thing. it seems to be my specialty around here.)
posted by jimw at 9:26 PM on June 17, 2001