-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkhoahoc.xml
More file actions
42 lines (37 loc) · 1.08 KB
/
khoahoc.xml
File metadata and controls
42 lines (37 loc) · 1.08 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE khoahoc SYSTEM "khoahoc.dtd">
<khoahoc>
<course id="C001" category="Lập trình">
<title>Python cơ bản</title>
<instructor id="I001">
<name>Nguyễn Văn A</name>
<email>nguyenvana@gmail.com</email>
</instructor>
<students>
<student id="S001" progress="80">
<name_student>Nguyễn Văn B</name_student>
</student>
<student id="S002" progress="50">
<name_student>Nguyễn Văn C</name_student>
</student>
</students>
</course>
<course id="C002" category="Thiết kế">
<title>Thiết kế UI căn bản</title>
<instructor id="I002">
<name>Nguyễn Văn D</name>
<email>nguyenvand@gmail.com</email>
</instructor>
<students>
<student id="S003" progress="95">
<name>Nguyễn Văn E</name>
</student>
<student id="S004" progress="60">
<name>Nguyễn Văn F</name>
</student>
<student id="S005" progress="30">
<name>Nguyễn Văn G</name>
</student>
</students>
</course>
</khoahoc>