Hi,
I am trying to parse an iTunes xml file in C#. I want to be able to extract specific information from the xml file one at a time (getting the name of track, artist, genre, total time) controlled by let say a button. and when I say one at a time, I mean, get all the specified info for each song in the playlist.
Thank you for your time.