[XML-SIG] Cloning and comparing the DOM Document object?

Mariappan, MaharajanX m_mariappanX@trillium.com
Tue, 4 Jun 2002 01:40:17 -0700


Hi All,

I'm using xml.dom.minidom for parsing the xml file.

Can i clone the Doument object and compare one Doument object with other
Document object?

Workaround for this is write the current Document object to a temp xml file
and write the docuent object after change into another xml file
and do file comparition using any other python file comparing module. But I
would like know can do this operation in python object level itself,
which will avoid the file operation and will be more efficient.

TIA,
Maharajan