hi, I use the feedparser.py (http://www.feedparser.org) to parse the a xml rss feed. But it use the CDATA section data example
d = feedparser("http:/www.example.com/01.xml") s = d.entries[0].title but s is ".<BR> hello" . it include the html script. and in the is just show: ".<BR> hell"! How can i parse this string correctly? Thanks.