Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42984
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <dylan@dje.me> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.012 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; '"the': 0.07; 'fee.': 0.07; 'subject:file': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; '<>.': 0.14; 'command,': 0.16; 'it."': 0.16; 'it."': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'users.': 0.18; 'result.': 0.19; 'manual': 0.22; 'cc:addr:python.org': 0.22; 'parse': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'unix': 0.29; 'xml': 0.29; 'andrew': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'file': 0.32; 'url:python': 0.33; '"the': 0.34; 'subject:the': 0.34; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'list': 0.37; 'url:library': 0.38; 'files': 0.38; 'pm,': 0.38; 'sure': 0.39; 'url:mail': 0.40; 'how': 0.40; 'read': 0.60; 'nobody': 0.68; 'fantastic': 0.74; 'to:none': 0.92; '2013': 0.98 |
| X-Google-DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:cc:content-type:x-gm-message-state; bh=0Hmv/7NZFyArfYE09WB7X4JJiRPNRVlseeJ2FTpExzA=; b=SxeP/rglvv8mcweNw09fj15hArT9d6ZjSwEBmyWyOWZJdPHbEVo9lzaAPgzkr5kpph QEG0Vu7MgsjOWa/r72LGMzwJcbNv7AFCu2DKU/1vfm8M04hF9NHGqmKuVaAsCoNa5qmB bFaCFW9EXEq3EltWFyEJXdfwAphf4h7c0BOxk5Ys/4ySnYCFiQVHV3YSq9S9WWd34KTi u5JaxpXvgDbJyj46ZGxalfsyHm9sTaCqQmKM0+dN/KZkH+Hs9lOOIFf07Dj3+B8vMDmK NjfrgN1oy9YkO16t6VQ3BfFDasZhBR09Y9vVbkKIOMlTNoTwe+EbXc3dy5YKJGWCboF+ D3+g== |
| MIME-Version | 1.0 |
| X-Received | by 10.60.169.237 with SMTP id ah13mr12197504oec.41.1365324349877; Sun, 07 Apr 2013 01:45:49 -0700 (PDT) |
| X-Originating-IP | [220.245.216.139] |
| In-Reply-To | <tencent_01B9000C3BEBE72B50573980@qq.com> |
| References | <tencent_01B9000C3BEBE72B50573980@qq.com> |
| Date | Sun, 7 Apr 2013 18:45:49 +1000 |
| Subject | Re: parse the file |
| From | Dylan Evans <dylan@dje.me> |
| Cc | python-list <python-list@python.org> |
| Content-Type | multipart/alternative; boundary=bcaec54b5348e0c16f04d9c15896 |
| X-Gm-Message-State | ALoCoQmAaBeY8MO4juCy17hLoCUdRpG35jKlPFgRAHtV0Mewq8GGguuEE9QQyzwSUkvxVGY8O/VC |
| 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 | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.236.1365324361.3114.python-list@python.org> (permalink) |
| Lines | 66 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1365324361 news.xs4all.nl 6858 [2001:888:2000:d::a6]:42032 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:42984 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
You can read the fantastic manual at http://docs.python.org/2/library/xml.etree.elementtree.html or i'm sure someone will do it for a modest fee. On Sat, Apr 6, 2013 at 3:11 PM, 水静流深 <1248283536@qq.com> wrote: > I have an xml file <http://s.yunio.com/bmCS5h>. http://s.yunio.com/bmCS5h > > It is the list of my files in Google-blogger, how can I parse it in python > to get every article?please give me the right code,which can get exact > result. > > -- > http://mail.python.org/mailman/listinfo/python-list > > -- "The UNIX system has a command, nice ... in order to be nice to the other users. Nobody ever uses it." - Andrew S. Tanenbaum
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: parse the file Dylan Evans <dylan@dje.me> - 2013-04-07 18:45 +1000
csiph-web