Guest User

Untitled

a guest
Nov 12th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. from xml.dom import minidom
  2. cont = minidom.parseString(xml)
  3. arquivo = open(local_save, 'wb')
  4. cont.writexml(arquivo)
  5. arquivo.close()
Add Comment
Please, Sign In to add comment