Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #96013

Re: XML Binding

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 <lac@openend.se>
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 <lac@openend.se>
cc Palpandi <palpandi111@gmail.com>, python-list@python.org, lac@openend.se
From Laura Creighton <lac@openend.se>
Subject Re: XML Binding
In-reply-to <201509040646.t846kXSS031674@fido.openend.se>
References <8e17ef7d-a08d-42bf-a56c-0a886d620130@googlegroups.com> <mailman.96.1441310503.8327.python-list@python.org> <5f812239-e1f2-4ba6-aff3-59cf9758a787@googlegroups.com> <201509040646.t846kXSS031674@fido.openend.se>
Comments In-reply-to Laura Creighton <lac@openend.se> 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 <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.129.1441349704.8327.python-list@python.org> (permalink)
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

Show key headers only | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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