Alleged Literature >> Damian Cugley >> 2003 >> May

Damian Cugley’s Archive

Processing XML with Python Mac OS X

Thurs. 1 May 2003

I’ve been amusing myself by concocting an RSS reader using XSLT to do the processing. XSLT can even handle the downloading of the RSS files, but this does not allow for caching or aggregating—so I thought I would knock something together in Python.

Installing pyXML