Re: ActivePython and Amara



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?

.



Relevant Pages

  • Re: ActivePython and Amara
    ... Jay wrote: ... > here are multiple items in channel, how do i tell it to ... Prev by Date: ...
    (comp.lang.python)
  • Re: RSS element
    ... When you say "URL indicating the origin of the channel from which all feed ... not an XML doc... ... fox example: http://www.myecommerce.com/results.aspx/?keywords=mens+dress ...
    (microsoft.public.dotnet.xml)