xpath and current python xml libraries

S

sndive

PyXML seems to be long gone. Is lxml the way to go if i want to have
xpath supported?
 
P

Paul Boddie

PyXML seems to be long gone. Is lxml the way to go if i want to have
xpath supported?

The libxml2dom package (which I maintain) also supports XPath and is
also based on libxml2. If you want to migrate code from using PyXML
without too much effort, it might be a solution. See here for details:

http://www.python.org/pypi/libxml2dom

Paul
 
D

Dmitri Fedoruk

PyXML seems to be long gone. Is lxml the way to go if i want to have
xpath supported?

Of course. Lxml proved itself as a very convenient xml & xslt
processing tool.

Dmitri
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top