forked from bedroombuilds/python2rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcd-list.xml
More file actions
30 lines (30 loc) · 798 Bytes
/
cd-list.xml
File metadata and controls
30 lines (30 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<cd-list xmlns="">
<title>My (reduced) Hard Bop list</title>
<cd>
<artist country="US">John Coltrane</artist>
<title>Blue Train</title>
<genre>Jazz</genre>
<description>
<heading>From Wikipedia: </heading>
<p>The album was recorded in the midst of Coltrane's residency at the
Five Spot as a member of the Thelonious Monk quartet. The personnel...</p>
</description>
<track-list>
<track no="1">
<title>Blue Train</title>
<artist>John coltrane</artist>
<genre>Blues</genre>
</track>
<track no="4">
<title>Moment's Notice</title>
<artist>John coltrane</artist>
<genre>Hard Bop</genre>
</track>
</track-list>
</cd>
<cd>
<artist country="US">Art Blakey</artist>
<title>Moanin'</title>
</cd>
</cd-list>