Xml Exercise Use Xml Literals Placeholders Create Attribute Centric Version Music Library Q37055206

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


Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.