DOM appendChild??
Thomas Guettler
guettli at thomas-guettler.de
Mon Nov 1 06:21:56 EST 2004
More information about the Python-list mailing list
Mon Nov 1 06:21:56 EST 2004
- Previous message (by thread): DOM appendChild??
- Next message (by thread): general class functions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): DOM appendChild??
- Next message (by thread): general class functions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list