-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathex4-7.xml
85 lines (85 loc) · 2.32 KB
/
ex4-7.xml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="utf-8"?>
<AudioCatalog xmlns="http://cs.skuniv.ac.kr/xml/jsw"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://cs.skuniv.ac.kr/xml/jsw AudioCatalog.xsd">
<Mp3>
<Artist>환불원정대</Artist>
<Title>DON'T TOUCH ME</Title>
<Genre>Dance</Genre>
<Released-date>2020.10.10</Released-date>
<Song>
DON'T TOUCH ME
<playtime>
<hour>0</hour>
<minutes>3</minutes>
<seconds>43</seconds>
</playtime>
</Song>
</Mp3>
<Mp3>
<Artist>BTS</Artist>
<Title>Dynamite</Title>
<Genre>Dance</Genre>
<Released-date>2020.09.21</Released-date>
<Song>
Dynamite
<playtime>
<hour>0</hour>
<minutes>3</minutes>
<seconds>19</seconds>
</playtime>
</Song>
</Mp3>
<Cd>
<Artist>The Beatles</Artist>
<Title>Let It Be</Title>
<Genre>Rock</Genre>
<Released-date>1970.05.08</Released-date>
<Song>
Two Of Us
<playtime>
<hour>0</hour>
<minutes>3</minutes>
<seconds>36</seconds>
</playtime>
</Song>
<Song>
Let It Be
<playtime>
<hour>0</hour>
<minutes>4</minutes>
<seconds>3</seconds>
</playtime>
</Song>
</Cd>
<Record>
<Artist>Michael Jackson</Artist>
<Title>Thriller</Title>
<Genre>Pop</Genre>
<Released-date>1982.11.30</Released-date>
<Song>
thriller
<playtime>
<hour>0</hour>
<minutes>5</minutes>
<seconds>56</seconds>
</playtime>
</Song>
<Song>
billie jean
<playtime>
<hour>0</hour>
<minutes>4</minutes>
<seconds>52</seconds>
</playtime>
</Song>
<Song>
beat it
<playtime>
<hour>0</hour>
<minutes>4</minutes>
<seconds>17</seconds>
</playtime>
</Song>
</Record>
</AudioCatalog>