Hi,
I'm using lxml to parse an ODT document, at one point I need to use
tostring() on an element, but when I do, the string it generates contains
about a dozen xmlns declarations that were at the top of the original
document. is there ANY way to get a string representation of what a tag
actually looks like in the file?