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


Groups > comp.lang.python > #96012

Re: XML Binding

Path csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone03.am1.xlned.com!bcyclone03.am1.xlned.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.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.013
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'python': 0.10; 'thu,': 0.15; '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; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'sep': 0.22; 'supported': 0.27; 'mostly': 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; '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; 'url:mail': 0.40; 'your': 0.60; 'header:Message- Id:1': 0.61; 'more': 0.63; 'attention': 0.76; '2.5.': 0.84; 'header:In-reply-to:1': 0.84; 'recent,': 0.84; 'have.': 0.93
To Palpandi <palpandi111@gmail.com>
cc python-list@python.org, lac@openend.se
From Laura Creighton <lac@openend.se>
Subject Re: XML Binding
In-reply-to <5f812239-e1f2-4ba6-aff3-59cf9758a787@googlegroups.com>
References <8e17ef7d-a08d-42bf-a56c-0a886d620130@googlegroups.com> <mailman.96.1441310503.8327.python-list@python.org> <5f812239-e1f2-4ba6-aff3-59cf9758a787@googlegroups.com>
Comments In-reply-to Palpandi <palpandi111@gmail.com> message dated "Thu, 03 Sep 2015 22:21:29 -0700."
MIME-Version 1.0
Content-Type text/plain; charset="us-ascii"
Content-ID <31672.1441349193.1@fido>
Date Fri, 04 Sep 2015 08:46:33 +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:46:37 +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.128.1441349206.8327.python-list@python.org> (permalink)
Lines 18
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1441349206 news.xs4all.nl 23763 [2001:888:2000:d::a6]:54053
X-Complaints-To abuse@xs4all.nl
X-Received-Bytes 3547
X-Received-Body-CRC 3313666974
Xref csiph.com comp.lang.python:96012

Show key headers only | View raw


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

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