"Sébastien Boisgérault" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]

>>>> element = Element("string", value=u"\x00")

I'm not as familiar with elementtree.ElementTree as I perhaps
should be. However, you appear to be trying to insert a null
character into an XML document. Should you succeed in this
quest, the resulting document will be ill-formed, and any
conforming parser will choke on it. 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to