ActivePython and Amara

Jay JMailone at gmail.com
Thu Dec 15 00:18:03 EST 2005


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?




More information about the Python-list mailing list