Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #64915
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <skip.montanaro@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.033 |
| X-Spam-Evidence | '*H*': 0.93; '*S*': 0.00; 'processing.': 0.07; 'thats': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'subject:XML': 0.16; 'sender:addr:gmail.com': 0.17; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'question': 0.24; 'cc:2**0': 0.24; 'certain': 0.27; 'header :In-Reply-To:1': 0.27; 'xml': 0.29; 'compared': 0.30; 'message- id:@mail.gmail.com': 0.30; 'another': 0.32; 'convert': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'files': 0.38; 'full': 0.61; 'matter': 0.61; "you'll": 0.62; 'to:addr:gmail.com': 0.65; 'parser,': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=rYnI5lOFhispdpo1BEtvixlBTFRjhexMtsJb9VUkavI=; b=ClXrtozqPVtUvu3AUhgRWXKJKIsvOmoBUC7NMC094/3IWbl/nYwoxD9CGJgDcAzUz+ OyR5rBQ01TmqW9UBeu6OueWV0DCGocO2WysyylW+P7hZvjw2pDRr0mamzs9if5ATuhYf sASnTr7eJwFk81HxiRx7kZ4P++3YL/7Q0AfqsMKzgOHP0MiUb3jYQHjoRiK1LOUykeUh 9NJkE2lDHST2B3SKsxhHWzpqHAD0RTkDtsRUkIGNKfTs94TBygfqrD6zZv8YH1WbXU6r 0mwoGlJr6TqxOGT0B5Uz8Zg5B9dg4OOu3lUVljltDEjkjYJBPOC0EMWAmq6iGMFhSBHA pGXw== |
| MIME-Version | 1.0 |
| X-Received | by 10.43.58.19 with SMTP id wi19mr2293268icb.53.1390932910229; Tue, 28 Jan 2014 10:15:10 -0800 (PST) |
| Sender | skip.montanaro@gmail.com |
| In-Reply-To | <03d8894a-417c-4445-aeb5-f0b1003ca5eb@googlegroups.com> |
| References | <9ec53bc0-f2da-46f4-ad58-2c9a75653dbf@googlegroups.com> <03d8894a-417c-4445-aeb5-f0b1003ca5eb@googlegroups.com> |
| Date | Tue, 28 Jan 2014 12:15:09 -0600 |
| X-Google-Sender-Auth | Sx437dD-P0x-BSDvqdafHBVW0Ho |
| Subject | Re: Wikipedia XML Dump |
| From | Skip Montanaro <skip@pobox.com> |
| To | Rustom Mody <rustompmody@gmail.com> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | Python <python-list@python.org> |
| 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.6077.1390932918.18130.python-list@python.org> (permalink) |
| Lines | 9 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1390932918 news.xs4all.nl 2829 [2001:888:2000:d::a6]:37755 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:64915 |
Show key headers only | View raw
> Another point: > sax is painful to use compared to full lxml (dom) > But then sax is the only choice when files cross a certain size > Thats why the above question No matter what the choice of XML parser, I suspect you'll want to convert it to some other form for processing. Skip
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Wikipedia XML Dump kevingloveruk@gmail.com - 2014-01-28 03:45 -0800
Re: Wikipedia XML Dump Rustom Mody <rustompmody@gmail.com> - 2014-01-28 09:11 -0800
Re: Wikipedia XML Dump Skip Montanaro <skip@pobox.com> - 2014-01-28 12:15 -0600
Re: Wikipedia XML Dump Kevin Glover <kevingloveruk@gmail.com> - 2014-01-28 14:31 -0800
Re: Wikipedia XML Dump Burak Arslan <burak.arslan@arskom.com.tr> - 2014-01-29 00:47 +0200
Re: Wikipedia XML Dump Rustom Mody <rustompmody@gmail.com> - 2014-01-28 17:52 -0800
Re: Wikipedia XML Dump alex23 <wuwei23@gmail.com> - 2014-01-29 11:39 +1000
csiph-web