[lxml-dev] bug: objectify removes text on replace()?

Stefan Behnel stefan_ml at behnel.de
Fri May 16 14:41:44 CEST 2008


Hi,

Christian Zagrodnick wrote:
> with lxml 2.0.4 I get text removed when I replace a node. The text 
> after the replaced node vanishes...

You mean the .tail property of the node that you replace.

http://codespeak.net/lxml/tutorial.html#elements-contain-text

When you replace the node, it takes its tail with it.

Stefan


More information about the lxml-dev mailing list