remove child in DOM??

Juliano Freitas jubafre at atlas.ucpel.tche.br
Sat Dec 11 23:57:32 EST 2004


Hello!!


how can i remove a child in DOM ?

for example, i have thi xml below:
<root>
  <user>
     <name> juliano </name>
  </user>
<root>

and i want to remove the <name> element:
<root>
  <user>     
  </user>
<root>


how can  i do this??

Juliano Freitas




More information about the Python-list mailing list