lxml and SimpleXMLWriter
Fredrik Lundh
fredrik at pythonware.com
Sat Jul 1 11:11:19 EDT 2006
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>
More information about the Python-list
mailing list