This is an XML exercise.
Use XML Literals and placeholders to create anattribute-centric version of the music library, below:
<musicLibraryxmlns=”http://www.wrox.com/namespaces/apps/musicLibrary”>
<cd id=”1”>
<title>Parallel Lines</title>
<year>2001</year>
<artist>Blondie</artist>
<genre>New Wave</genre>
</cd>
< !– more cd elements –>
</musicLibrary>
Solution