Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96012
| From | Laura Creighton <lac@openend.se> |
|---|---|
| Subject | Re: XML Binding |
| References | <8e17ef7d-a08d-42bf-a56c-0a886d620130@googlegroups.com> <mailman.96.1441310503.8327.python-list@python.org> <5f812239-e1f2-4ba6-aff3-59cf9758a787@googlegroups.com> |
| Date | 2015-09-04 08:46 +0200 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.128.1441349206.8327.python-list@python.org> (permalink) |
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 | 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