Parsing lengthy XML file with multiple duplicate tags and multiple nested tags
I could use some help trying to use JMP to parse an very lengthy XML file (approximately 225K lines) to create a single data table but have not been able to get very far after several hours of coding a script file and several internet searches. I will place a snippet of the XML file below that contain a section of the file that I am trying to parse to create the table. There are other sections wi...