Can someone give me a heads up on xml parsing in python?
The context is that I want to write a simple docbook to text converter.
DOM is alright -- dont want to break my head with SAX just for performance
when my documents are not likely to be large.

My problem is that there seems to be so many nearly equivalent ways (Pyxml?
Amara?) some of which have moved from 3rd party to builtin status that I am
not clear what is the current method of choice.

Thanks
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to