XML header with lxml

Jabba Laci jabba.laci at gmail.com
Mon Apr 4 12:54:40 EDT 2011


Hi,

I want to construct an XML file with lxml but I don't find how to add
the '<?xml version="1.0"?>' header.

from lxml import etree as ET

html = ET.Element("html")
print ET.tostring(html)

simply prints
<html/>

Thanks,

Laszlo



More information about the Python-list mailing list