Hi,

I would like to record a screencast with the following scenario:
- search for pictures using Flickr web services,��http://www.flickr.com/services/api/, XML-RPC response
- parse the XML to get pictures URL
- download pictures��
- display them in a morphic GUI

Which packages should I use to use Web services, parse XML, download pictures ?

Is there existing apps / code which do this sort of things ?

Thanks !

Laurent Laffont