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: 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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.