updates
I managed to do many RSS reading updates in this last pass. I scraped my hand-coded XML parsing and moved to
TXmlParser a lightweight Object Pascal XML parser. I don't quite know how this will affect my FreePascal port, but it certainly made extracting the headlines out of an RSS feed much easier.
I'm also struggling a bit with the ATOM 0.3 format for site feeds. That's what Blogger uses, so even
my feed has to be run through an
ATOM 0.3 to RSS 1.0 converter before it displays properly.