Please help, Python beginner,
after getting all the data from xml, data_list = xmlTree.findall('.//data') e.g here I get 10 rows Now, I need to keep only a few rows for which attribute 'name' values match with elements of another list (inputID) with three IDs inside. e.g. remains only 3 rows whose name attribute match with the list elements
Thank you.