Path: csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!bcyclone01.am1.xlned.com!bcyclone01.am1.xlned.com!newsfeed.xs4all.nl!newsfeed8.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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'creighton': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'python': 0.10; 'thu,': 0.15; '>in': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'subject:XML': 0.16; 'laura': 0.18; 'versions': 0.20; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**2': 0.20; 'sep': 0.22; 'cc:addr:gmail.com': 0.24; 'supported': 0.27; 'fri,': 0.27; 'mostly': 0.27; '+0200,': 0.27; '2.6': 0.27; '-0700,': 0.29; 'once.': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'url:mailman': 0.30; 'code': 0.30; 'probably': 0.31; 'good.': 0.32; 'url:python': 0.33; 'url:listinfo': 0.34; 'but': 0.36; 'url:org': 0.36; 'url:library': 0.36; 'subject:: ': 0.37; 'charset :us-ascii': 0.37; "didn't": 0.39; 'url:mail': 0.40; 'still': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.61; 'more': 0.63; 'attention': 0.76; '2.5.': 0.84; '>if': 0.84; '>you': 0.84; 'header:In-reply-to:1': 0.84; 'recent,': 0.84; 'have.': 0.93 To: Laura Creighton cc: Palpandi , python-list@python.org, lac@openend.se From: Laura Creighton Subject: Re: XML Binding In-reply-to: <201509040646.t846kXSS031674@fido.openend.se> References: <8e17ef7d-a08d-42bf-a56c-0a886d620130@googlegroups.com> <5f812239-e1f2-4ba6-aff3-59cf9758a787@googlegroups.com> <201509040646.t846kXSS031674@fido.openend.se> Comments: In-reply-to Laura Creighton message dated "Fri, 04 Sep 2015 08:46:33 +0200." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1469.1441349697.1@fido> Date: Fri, 04 Sep 2015 08:54:57 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Fri, 04 Sep 2015 08:54:59 +0200 (CEST) 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441349704 news.xs4all.nl 23804 [2001:888:2000:d::a6]:56913 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3914 X-Received-Body-CRC: 4119760544 Xref: csiph.com comp.lang.python:96013 In a message of Fri, 04 Sep 2015 08:46:33 +0200, Laura Creighton writes: >In a message of Thu, 03 Sep 2015 22:21:29 -0700, Palpandi writes: >>Thanks Burak. >> >>lmxl is good. But it is not supported with python 2.5. Any other option? >>-- >>https://mail.python.org/mailman/listinfo/python-list > >check and see what python you have. If 2.6 or more recent, use lxml >If you have 2.5 use the slower elementtree. >https://docs.python.org/2/library/xml.etree.elementtree.html > >If you pay attention to this >http://lxml.de/compatibility.html >you can mostly get away with writing your code once. > >Laura I didn't know about the old versions still available from pip. That is probably a better idea. Laura