RSS encoding issues?
Can someone look into how Antville is encoding characters for it's RSS output? It's double-encoding some stuff. This makes for some really ugly text. The current feed from macros contains: <title>&lt;% story.createtime %&gt;</title>
The double-encoding of the ampersand instead of just encoding it as < is the problem. There needs to be only one encoding of that character. The same thing goes for encoding UTF-8 accented characters.
Can someone fix this?
tobi Verwaltung
but i think the encoding is correct... afaik, only < and > are known in xml world and so i have to encode the ampersand like that.
and the w3c rdf validator is fine with the rss output, too.
anyway, i think there can be made some improvements concerning the xml. somebody once suggested to put titles, texts etc. into CDATA elements.
could it be that this is a minor problem which only occurs with some rss feed renderers?
which renderer do you use and what does the output look like?