Newbie: inserting an XML-file in an XML-file

henk_derudder at guesswhat.hotmail.com henk_derudder at guesswhat.hotmail.com
Fri Feb 7 09:57:15 EST 2003


Hi,

I am using minidom from xml.dom and want to do the following:
I have an XML-file which describes a figure (whatever) and wants to
insert this into another XML-file using minidom. So, I am creating
elements and adding them to a minidom.Document() and at a given point
wants to add a bunch of elements which already in another XML-file.

Is this possible (I guess so)? Any help is greatly appreciated.

Thanks,

Henk




More information about the Python-list mailing list