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


Groups > comp.lang.python > #21042

Re: Fwd: Question about PyXML and python's stdlib xml

From Stefan Behnel <stefan_ml@behnel.de>
Subject Re: Fwd: Question about PyXML and python's stdlib xml
Date 2012-02-29 15:48 +0100
References <4F4BA664.90707@redhat.com> <4F4E374E.10201@redhat.com>
Newsgroups comp.lang.python
Message-ID <mailman.295.1330526924.3037.python-list@python.org> (permalink)

Show all headers | View raw


Roman Rakus, 29.02.2012 15:33:
> I'm forwarding this message to python-list, since I didn't get answer on
> xml-sig ML

I didn't see a message from you on that list.


> I have concerns about PyXML and stdlib xml included directly in python.
> Currently (in Fedora) python is trying to import PyXML, which means
> other results when you have and haven't PyXML installed.

What kind of "other results"?


> Furthermore, python's xml provides "dom", "parsers", "sax" and "etree".
> PyXML provides  'dom', 'marshal', 'parsers', 'sax', 'schema', 'utils',
> 'xpath' and 'xslt'. Some modules are duplicated. Does PyXML provides
> more functionality in those modules? Is python's xml better, same or
> worse then PyXML?

PyXML was meant as an extension and hooked into the stdlib XML support.
That's only one of the reasons why it's broken now.


> Anyway, python's xml is newer - is PyXML deprecated?

Yes. It's a dead project.


> Please keep me in CC, I'm not subscribed to the list.

That may be the problem in the xml-sig case also.

Stefan

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


Thread

Re: Fwd: Question about PyXML and python's stdlib xml Stefan Behnel <stefan_ml@behnel.de> - 2012-02-29 15:48 +0100

csiph-web