I'm trying to append a new child on a XML file, the problem is that I can't give the appropriate format to the child before inserting it in the XML document.
I Have created the child with minidom.Document()
and then appendChild
to books.
Do I explained well?
Thanks in advance.