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
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