XML Processing

Tim Golden mail at timgolden.me.uk
Thu Sep 18 08:14:48 EDT 2008


Robert Rawlins wrote:
> I’m running python 2.5 and currently using ElementTree to perform my XML 
> parsing and creation. ElementTree really is a great package for doing 
> this, however, I’ve been tasked by our deployment guys to try and move 
> away from external libraries where possible as it makes their job easier.


Some is going to kick themselves when they realise
that ElementTree *is* built in to Python 2.5

http://docs.python.org/whatsnew/modules.html#SECTION0001420000000000000000

TJG



More information about the Python-list mailing list