So I'm working on a program where I need to parse multiple XML files and return their attributes in a readable format. Currently the script parses all of the files and stores all the details for each file at each position of an array. An example of the desired output for each line would be:
J MIG-49 at location "85,20,0.1" is moving to "0.5,-0.5,-300"
Below is the XML code for reference.
...