Re: ActivePython and Amara
- From: "alex23" <wuwei23@xxxxxxxxx>
- Date: 14 Dec 2005 21:33:05 -0800
Jay wrote:
> [T]here are multiple items in channel, how do i tell it to
> go to the next item and get that title??
channel = rssDigg.find('//channel')
for item in channel.findall('item'):
print item.find('title').text
-alex23
.
- Follow-Ups:
- Re: ActivePython and Amara
- From: Jay
- 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
- Re: ActivePython and Amara
- From: Jay
- ActivePython and Amara
- Prev by Date: Re: How do I bind <MouseWheel> to scrollbar?
- Next by Date: Re: OO in Python? ^^
- Previous by thread: Re: ActivePython and Amara
- Next by thread: Re: ActivePython and Amara
- Index(es):
Relevant Pages
|