Am 19.05.2006 um 20:46 schrieb Steve Naples:
I am new to Squeak, but I am trying to find some code to implement
an RSS reader, as I haven't found any readers out there for Squeak.
Can anyone help me out?
You basically need to fetch feeds over HTTP, parse the XML, and
display it. The network access support is in the image, to parse XML
you should install "YAXO" from Squeakmap, and then build an
interface, perhaps using the ToolBuilder UI framework (http://
www.squeaksource.com/ToolBuilder.html).
- Bert -
_______________________________________________
Beginners mailing list
[email protected]
http://lists.squeakfoundation.org/mailman/listinfo/beginners