|
Hi Mark, nice piece.
An alternative to using a 'flat' XML parser with RSS 1.0 is to use an RDF parser such as ARP (Java) or the one the one which comes with cwm (Python). Not a great deal of use for feeds from the wild like those you discuss (if it's invalid XML/RSS then it'll fall at the first hurdle), but for known sources this should be a preferred option.
|