Skip to content

Instantly share code, notes, and snippets.

@128keaton
Created February 24, 2015 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 128keaton/bcc7094f3e7ac31c9b5c to your computer and use it in GitHub Desktop.
Save 128keaton/bcc7094f3e7ac31c9b5c to your computer and use it in GitHub Desktop.
Something silly I did for a class. Now, to find my hair brush...
<?xml version="1.0" encoding="utf-8"?>
<MusicLibrary>
<genre>
<category name="Silly">
<album name = "Silly Songs with Larry" artist = "Larry the Cucumber">
<song name = "Where is my hairbrush" duration = "1:00"></song>
</album>
<album name = "Songs by Mr. Lunt" artist = "Mr Lunt">
<song name = "Cheeseburger, I love you!" duration = "1:00"></song>
</album>
</category>
<category name="Hilarious">
<album name = "Silly Songs with Larry" artist = "Larry the Cucumber">
<song name = "I have a water buffalo." duration = "1:00"></song>
</album>
<album name = "Shopping Songs" artist = "Three Salesmen">
<song name ="We got that!" duration = "1:00"></song>
</album>
</category>
</genre>
</MusicLibrary>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment