RSS Reader in 10 lines of code

Tony Garnock-Jones tonyg at lshift.net
Tue Oct 4 09:45:00 UTC 2005


Bert Freudenberg wrote:
> If you have Yaxo installed, try this:

Yikes! The RSS feed generated isn't well-formed XML!

Here's a problem snippet:

<item>
<title>Morphic-stephaneducasse.51.mcz</title>
<link>http://source.squeakfoundation.org/39a/Morphic-stephaneducasse.51.mcz</link>
<description>WorldState-UIMessages-fix-sk<br />Date:			23 January 
2003<br />Author:			sk <steve at k-hornz.de>
<br />			<br />0001552: [FIX] WorldState>>runStepMethodsIn:</description>
<pubDate>2 October 2005 4:26:30 pm</pubDate>
<author>ducasse</author>
<category>Squeak 3.9 alpha</category>
</item>


Note that the "<steve at k-hornz.de>" isn't escaped properly - it should 
read "&lt;steve at k-hornz.de&gt;".

Tony



More information about the Squeak-dev mailing list