Re: lxml and SimpleXMLWriter

2006-07-06 Thread Stefan Behnel
Srijit Kumar Bhadra wrote: > I am new to lxml. I am interested to know the equivalent code using > lxml (http://cheeseshop.python.org/pypi/lxml/1.1alpha). The code is > taken from http://effbot.org/zone/xml-writer.htm > > from elementtree.SimpleXMLWriter import XMLWriter > import sys > > w = XMLW

Re: lxml and SimpleXMLWriter

2006-07-01 Thread Fredrik Lundh
Srijit Kumar Bhadra wrote: > I am new to lxml. I am interested to know the equivalent code using > lxml (http://cheeseshop.python.org/pypi/lxml/1.1alpha). The code is > taken from http://effbot.org/zone/xml-writer.htm the lxml library implements the ElementTree module API (with extensions), not