Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96014
| Path | csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail |
|---|---|
| Return-Path | <lorenzofsutton@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.032 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'suggestions.': 0.09; 'python': 0.10; 'burak': 0.16; 'file?': 0.16; 'subject:XML': 0.16; 'wrote:': 0.16; 'all,': 0.20; 'library': 0.20; 'not,': 0.22; 'parsing': 0.22; 'second': 0.24; 'xml': 0.24; 'header:In-Reply- To:1': 0.24; 'module': 0.25; 'header:User-Agent:1': 0.26; 'message-id:@gmail.com': 0.34; 'received:google.com': 0.35; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'files': 0.38; 'hi,': 0.38; 'to:addr:python.org': 0.40; 'hello,': 0.40; 'charset:windows-1252': 0.62; 'results': 0.66; 'received:172.16.1': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=1JpCM/jC7knorrLxXTD3dOKihaHNIhDzgbcwoyaoTIo=; b=PfWfkcsyS9/9Uq3NzLhuDLbAbQad07ZBP44iKt1Oao4I47IUI9Bs1MU6Ucy/8mIqRF g6vAvCsPVRutx/NvWaGX8ABTtIaSTSJ3x6M3CpC7+5BjHsqZqJfpsOdSWQjAADjYEbIy 5VCz28mw3JSlI1tm4AJp/Rjqzh86g/LtpeAgWOnJQ5T67tTW3cALSEylHI5gt5CuoiOQ wTxh92vuz+DH65rQjEukfQTwPc1zE4DkPqNUd22DeHjLHjo2CltFFyJKpmyN/D677FAw /45QIbJe3Ads00WjnK8orHsoqa0uhq8VK6ReSW1Pf7hX2C0DXdlQ46pnvd9/3ZUZ1z6H zAgw== |
| X-Received | by 10.180.216.108 with SMTP id op12mr4800094wic.43.1441354273500; Fri, 04 Sep 2015 01:11:13 -0700 (PDT) |
| Subject | Re: XML Binding |
| To | python-list@python.org |
| References | <8e17ef7d-a08d-42bf-a56c-0a886d620130@googlegroups.com> <55E8A58E.8000002@arskom.com.tr> |
| From | Lorenzo Sutton <lorenzofsutton@gmail.com> |
| Date | Fri, 4 Sep 2015 10:11:20 +0200 |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
| MIME-Version | 1.0 |
| In-Reply-To | <55E8A58E.8000002@arskom.com.tr> |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| 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.131.1441354275.8327.python-list@python.org> (permalink) |
| Lines | 22 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1441354275 news.xs4all.nl 23789 [2001:888:2000:d::a6]:41464 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:96014 |
Show key headers only | View raw
Hi, On 03/09/2015 21:54, Burak Arslan wrote: > Hello, > > On 09/03/15 19:54, Palpandi wrote: >> Hi All, >> >> Is there any module available in python standard library for XML binding? If not, any other suggestions. > > lxml is the right xml library to use. You can use lxml's objectify or Spyne. I second lxml.. [...] >> Which is good for parsing large file? How large is large? I have used lxml (coupled with pygtk) with very good results on XML files up to around 250Mb. Lorenzo.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
XML Binding Palpandi <palpandi111@gmail.com> - 2015-09-03 09:54 -0700
Re: XML Binding Burak Arslan <burak.arslan@arskom.com.tr> - 2015-09-03 22:54 +0300
Re: XML Binding Palpandi <palpandi111@gmail.com> - 2015-09-03 22:21 -0700
Re: XML Binding Chris Angelico <rosuav@gmail.com> - 2015-09-04 15:36 +1000
Re: XML Binding Laura Creighton <lac@openend.se> - 2015-09-04 08:46 +0200
Re: XML Binding Laura Creighton <lac@openend.se> - 2015-09-04 08:54 +0200
Re: XML Binding Lorenzo Sutton <lorenzofsutton@gmail.com> - 2015-09-04 10:11 +0200
Re: XML Binding Palpandi <palpandi111@gmail.com> - 2015-09-07 06:42 -0700
Re: XML Binding dieter <dieter@handshake.de> - 2015-09-09 10:20 +0200
Re: XML Binding Stefan Behnel <stefan_ml@behnel.de> - 2015-09-09 11:44 +0200
Re: XML Binding dieter <dieter@handshake.de> - 2015-09-10 08:30 +0200
Re: XML Binding harirammanohar159@gmail.com - 2015-09-09 02:00 -0700
Re: XML Binding Michele Simionato <michele.simionato@gmail.com> - 2015-09-10 23:47 -0700
csiph-web