DOM appendChild??

Thomas Guettler guettli at thomas-guettler.de
Mon Nov 1 06:21:56 EST 2004


Am Sun, 31 Oct 2004 21:12:47 -0300 schrieb Juliano Freitas:

> I have to append in a xml file as a child another xml file. How can i
> get this?
> 
> i try parent.appendChild(document)
> 
> but doesnt work!!

Hi,

this is not possible. Try to add the root node (top level
tag).

 HTH,
   Thomas




More information about the Python-list mailing list