Possible Duplicate:
How to add an xml-stylesheet processing instruction node with Python 2.6 and minidom?
I meet a issue about using the minidom by python. I need add a line like
<?tag XXXXX?>
However, I find this is not a DOM, it seems that I can't use the DOM to manipulate. Is there anyway to do it?