Write the modified xml file to the target directory.
write_xml(rootnode, xmlpath, output)
| rootnode | The rootnode of xml file. More specifically, the return object of
|
|---|---|
| xmlpath | See xmlpath parameters in |
| output | new file name of your output xml file. For example, output = 'new.xml'. Do not specify the path of your output xml file. |
A new xml file which will be placed in the xmlpath.