
Sept. 24, 2006
10:25 p.m.
In retrospect my example was poorly chosen, but fortunately, you got the gist. The escaping inconsistency I thought I'd noticed now seems to only occur when using etree.tostring, which replaces "<" and ">" in text nodes with their entities. That seems like correct behavior after all. Thanks, Greg