This script parses the iTunes XML library file to create an analysis ready JMP table. This is useful if you want to visualize your iTunes library with play counts. Or, use this as an example of parsing XML into a JMP table for more general use.
Please note that you may have to edit the second line of the JSL to set an appropriate path to the iTunes library file on your machine.
iTunespath = "~/Music/iTunes/iTunes Library.xml"; <--- Please review or edit