Pretty printing with ElementTree

John Krukoff jkrukoff at ltgc.com
Fri Jul 9 19:03:48 EDT 2010


On Fri, 2010-07-09 at 15:46 -0700, abhijeet thatte wrote:
> Hi,
> 
> 
> Does any one know how to use pretty printing with ElementTree while
> generating xml files. 
> We can use that with lxml. But I want to stick with it ElementTree. 
> 
> 
> Thanks,
> Abhijeet


It's pretty simple minded, but this recipe from the element tree
documentation may do what you want:
http://effbot.org/zone/element-lib.htm#prettyprint

-- 
John Krukoff <jkrukoff at ltgc.com>
Land Title Guarantee Company




More information about the Python-list mailing list