I need to create a XML document using Python but i am unable to figure out how to add a
<?xml version="1.0" encoding="utf-8"?>
And how to add the namespace elements to the document tag
<Document xmlns="urn:iso:std:iso:2013:008.001.02" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<page1 xmlns="urn:iso:std:iso:2013:008.001.02" </page1>
</Document>
Any examples please