Re: Inserting DTD statement to XML

2008-03-19 Thread Gabriel Genellina
En Wed, 19 Mar 2008 15:33:19 -0300, [EMAIL PROTECTED] <[EMAIL PROTECTED]> escribió: > I am new to Python and I am writing a script to build a XML document > and post it to a website. I have a working script but need to insert > a DTD statement in my XML document and can't find out how to do thi

Inserting DTD statement to XML

2008-03-19 Thread [EMAIL PROTECTED]
I am new to Python and I am writing a script to build a XML document and post it to a website. I have a working script but need to insert a DTD statement in my XML document and can't find out how to do this. I am using "from xml.dom.minidom import Document" Some code I am using is: doc =