André wrote:
> I'm using elementtree to process some html files, by building a tree,
> manipulating it, and writing it back. One problem I encounter is that
> elementtree converts some symbols in an unwanted way. For example, the
> symbol ">" is converted to ">". This is fine in html code, but
I'm using elementtree to process some html files, by building a tree,
manipulating it, and writing it back. One problem I encounter is that
elementtree converts some symbols in an unwanted way. For example, the
symbol ">" is converted to ">". This is fine in html code, but not
if the page includ