really quick question, if you look at the XML doc of digg.com then you
will see that there are multiple items in channel, how do i tell it to
go to the next item and get that title??

title2 = rssDigg.find("//channel/item//title").text      Didnt work
title2 = rssDigg.find("//channel/item[1]/title").text    Didnt work

Umm, any help?

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

Reply via email to