<?xml version="1.0"?>
<?xml-stylesheet type='text/xsl' href='songs.xsl'?>

<songlist>
	<name>My Favorite Songs</name>
	<song>
		<title> Who I am </title>
		<artist> Eminem </artist>
		<year> 2001 </year>
		<genre> Hip Hop </genre>
	</song>

	<song>
		<title> Symphony #14 </title>
		<artist> Beathoven </artist>
		<year> 1956 </year>
		<genre> Classical </genre>
	</song>

	<song>
		<title> Rivers in My Heart </title>
		<artist> Miles Davis </artist>
		<year> 1985 </year>
		<genre> Jazz </genre>
	</song>

	<song>
		<title> Crazy </title>
		<artist> Britney Spears </artist>
		<year> 2000 </year>
		<genre> Pop </genre>
	</song>

	<song>
		<title> Mad man </title>
		<artist> Metallica </artist>
		<year> 1996 </year>
		<genre> Rock </genre>
	</song>

</songlist>
