How can I get the path for the founded elements?
tree = et.parse(inputFile)
root = tree.getroot()
items = root.findall(".//ns:COMPU-METHOD/[ns:CATEGORY='TEXTTABLE']", ns)
for enums in items:
enumName = enums.find('ns:SHORT-NAME', ns).text
path = ?