How to? Created a document and an element:
import xml.dom.minidom as d
a=d.Document()
b=a.createElement(\'test\')
setIdAttribute doesn\'t w
Adding the name of the id attribute to the DTD should help. For example, if you want every to set the This is a working example:id as the id attribute for all ]>>>> from xml.dom.minidom import parse, parseString
>>> data=']>