Re: ActivePython and Amara
- From: "Jay" <JMailone@xxxxxxxxx>
- Date: 14 Dec 2005 21:18:03 -0800
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?
.
- Follow-Ups:
- Re: ActivePython and Amara
- From: alex23
- Re: ActivePython and Amara
- References:
- ActivePython and Amara
- From: Jay
- Re: ActivePython and Amara
- From: alex23
- Re: ActivePython and Amara
- From: Jay
- Re: ActivePython and Amara
- From: James
- Re: ActivePython and Amara
- From: Jay
- Re: ActivePython and Amara
- From: James
- ActivePython and Amara
- Prev by Date: Re: Optimize function similiar to dict.update() but adds common values
- Next by Date: Re: How do I bind <MouseWheel> to scrollbar?
- Previous by thread: Re: ActivePython and Amara
- Next by thread: Re: ActivePython and Amara
- Index(es):
Relevant Pages
|