Parse XML Downloaded Into Objects

In your previous task1, you downloaded and displayed the contents of an xml file. In this task, parse the xml found here into an Array of CD objects (title, artist, country, company, price, and year instance variables) and display the results of each object's description method in your app's view.