We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321d0ec commit 66b28afCopy full SHA for 66b28af
1 file changed
src/qlsv_swing/qlsv/student.xml
@@ -0,0 +1,17 @@
1
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
+<students>
3
+ <student>
4
+ <id>1</id>
5
+ <name>Mai Thanh Toan</name>
6
+ <age>22</age>
7
+ <address>Ha Noi</address>
8
+ <gpa>8.0</gpa>
9
+ </student>
10
11
+ <id>2</id>
12
+ <name>Vinh The Mac</name>
13
+ <age>23</age>
14
+ <address>Vinh Phuc</address>
15
+ <gpa>9.5</gpa>
16
17
+</students>
0 commit comments