Re: rss parsing: sax or dom

2005-12-29 Thread Jarek Zgoda
Sakcee napisaƂ(a):

> I am trying to parse rss2 feeds in python, should I use sax and define
> handler and then functions for each tag or should I go for dom
> approach.

You should use feedparser.

-- 
Jarek Zgoda
http://jpa.berlios.de/
-- 
http://mail.python.org/mailman/listinfo/python-list


rss parsing: sax or dom

2005-12-29 Thread Sakcee
hi

I am trying to parse rss2 feeds in python, should I use sax and define
handler and then functions for each tag or should I go for dom
approach.

thanks for any comments

-- 
http://mail.python.org/mailman/listinfo/python-list