i'm using minidom to create an xml file and I would like to add the header to my file , i.e,
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE root SYSTEM "file.dtd">
how can I add it?
i'm using minidom to create an xml file and I would like to add the header to my file , i.e,
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE root SYSTEM "file.dtd">
how can I add it?