Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60052
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <thudfoo@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.163 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.78; '*S*': 0.10; 'element': 0.07; 'subject:parsing': 0.09; 'python': 0.11; 'element,': 0.16; 'subject:XML': 0.16; 'subject:item': 0.16; 'url:packages': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'parse': 0.24; 'header:In-Reply-To:1': 0.27; 'url:code': 0.29; 'larry': 0.31; 'universal': 0.31; 'url:python': 0.33; 'received:google.com': 0.35; 'url:org': 0.36; 'message-id:@gmail.com': 0.38; 'tired': 0.38; 'to:addr:python-list': 0.38; 'that,': 0.38; 'to:addr:python.org': 0.39; 'content-disposition:inline': 0.62; 'header:Message-Id:1': 0.63; 'url:p': 0.64; 'temperature': 0.84; 'wilson': 0.91; 'package:': 0.93; 'wanting': 0.93; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; bh=MRTv6WsUqsVinZh8KMsDXa4NIwz6Ou5hd2BpRrzRZMA=; b=ebdf4gx58B6/3tDJN4DBuAowl0BtSyHIEyT6UZbY/c9QpvsTc4vRYOUGiZ8TYRJllY 2qIsxi+1Rjfimqx+M7mPWWGxDHXzcB4KhCgYRVqZAi9ex6j2Sd11YyRuJ05x4L2ehOiM cp9VRgaaU/SBfovEKjgkef0063vm/wkDqUiQWEXpZ0FhC7IdOIXSUwwnOa5/JhndCdj7 WjBho91vyES0D20Yl0bj9X5u2zps3l9FN5gZ5O3guzfe65hQJO0AzJ6b0IXAnyffygA5 5rLa1RQvOQpOKEFGJVc4g8U1Jrw1hu4x3F6r4TSjndSEqfLw5FAktZmAThZbA+FVJCnp Rmxw== |
| X-Received | by 10.68.42.67 with SMTP id m3mr4585820pbl.116.1384920405164; Tue, 19 Nov 2013 20:06:45 -0800 (PST) |
| From | xDog Walker <thudfoo@gmail.com> |
| To | python-list@python.org |
| Subject | Re: parsing RSS XML feed for item value |
| Date | Tue, 19 Nov 2013 20:06:32 -0800 |
| User-Agent | KMail/1.9.5 |
| References | <bcd7481a-45c2-4dbb-a9e3-c5faa80ac899@googlegroups.com> |
| In-Reply-To | <bcd7481a-45c2-4dbb-a9e3-c5faa80ac899@googlegroups.com> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset="iso-8859-1" |
| Content-Transfer-Encoding | 7bit |
| Content-Disposition | inline |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2951.1384920408.18130.python-list@python.org> (permalink) |
| Lines | 16 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1384920408 news.xs4all.nl 15871 [2001:888:2000:d::a6]:58415 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:60052 |
Show key headers only | View raw
On Tuesday 2013 November 19 19:39, Larry Wilson wrote: > Wanting to parse out the the temperature value in the "<w:current" > element, just after the guid element using ElementTree or xml.sax. When you get tired of that, take a look at Universal Feedparser, a Python Package: http://code.google.com/p/feedparser/ http://packages.python.org/feedparser -- Yonder nor sorghum stenches shut ladle gulls stopper torque wet strainers.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
parsing RSS XML feed for item value Larry Wilson <itdlw1@gmail.com> - 2013-11-19 19:39 -0800
Re: parsing RSS XML feed for item value xDog Walker <thudfoo@gmail.com> - 2013-11-19 20:06 -0800
Re: parsing RSS XML feed for item value Larry Wilson <itdlw1@gmail.com> - 2013-11-20 05:44 -0800
Fwd: parsing RSS XML feed for item value Neil Cerutti <mr.cerutti@gmail.com> - 2013-11-20 09:48 -0500
Re: parsing RSS XML feed for item value xDog Walker <thudfoo@gmail.com> - 2013-11-20 08:17 -0800
Re: parsing RSS XML feed for item value xDog Walker <thudfoo@gmail.com> - 2013-11-20 08:31 -0800
Re: parsing RSS XML feed for item value Larry Wilson <itdlw1@gmail.com> - 2013-11-20 15:44 -0800
csiph-web