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 the other parts of the ET library. any reason you cannot just use the ET version ? </F> -- http://mail.python.org/mailman/listinfo/python-list