newbie qns : how do i use xmldiff?

2010-02-02 Thread sWrath swrath
Hi , I am pretty new to python , and reading up on it. Basically I am trying to compare xml files . I know difflib have it but it does not work out as expected. I was looking at xmldiff , unfortunately I am not able to find documentation how to call it from python. Anyone knows a link or doc to i

finding element by tag in xml

2010-02-20 Thread sWrath swrath
Hi I am trying to search an element by tag and new in reading a xml file (in python). I coded this , but it did not work -- '''This is to detect the first element and print out all that element by tag''' from xml.dom.minidom import parse from xml.etre