I have many rows in a file that contains xml and I'm trying to write a Python script that will go through those rows and count how many instances of a particular node attribute show up. For instance, my tree looks like:I have many rows in a file that contains xml an