XML Processing

Steve Holden steve at holdenweb.com
Fri Sep 19 03:38:13 EDT 2008


Robert Rawlins wrote:
>> 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
> 
> Tim, Andrii,
> 
> Thanks for the heads up on that! I hadn't noticed they're made it part of
> the platform modules, that's excellent news.
> 
> In theory I should just be able to amend my import paths and we'll be good
> to go, no install external modules.
> 
> Thanks for this,
> 
And don't forget to use cElementTree for production, since it's an order
of magnitude or more faster at many tasks.

regards
 Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.com/




More information about the Python-list mailing list