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
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