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 <jkruk...@ltgc.com>
Land Title Guarantee Company

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

Reply via email to