Re: elementtree and inclusion of special characters

2006-06-03 Thread Fredrik Lundh
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

elementtree and inclusion of special characters

2006-06-03 Thread André
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