Go to the documentation of this file.
8 import elementtree.ElementTree
as ET
16 print "usage: ", sys.argv[0],
" {xmlFileName}"
20 print "Checking ",fname
22 tree = ET.parse(fname)
26 if root.tag ==
"Tests":
29 print "Invalid, \"Tests\" is not defined in the XML file."