[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [syndication] Sneak Preview: my.info



On Wed, Jul 12, 2000 at 03:16:46PM -0500, Aaron Swartz wrote:
> start using it. If you'd like to track a site that supports RSS, but isn't
> in my list, you can submit it at:
> 
> http://my.theinfo.org/publisher/rss-add.adp

One thing I noticed, you seem to have a difficulty with encodings.
Take a look at
http://my.theinfo.org/view.tcl?url=http%3A%2F%2Fxmlhack.com%2Frss.php

The XMLhack RSS file declares that it uses ISO-8859-1 in its XML
declaration, and I presume your XML parser is coping OK with this,
but what you output into HTML seems to be the UTF-8 2 char sequence
for the character concerned (o with a stroke through it, in the
"Documenting XSLT stylesheets" story).

-- Edd