Skip to content

Commit 8b5958c

Browse files
committed
By Zhao Kun Peng
1 parent bdba0c6 commit 8b5958c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

XML/shool.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
3+
<School name="NJUST" loc="孝陵卫200号">
4+
<Student class="materious of engineering">
5+
<name>xiaoming</name>
6+
<age>15</age>
7+
</Student>
8+
9+
<Student>
10+
<name> <!-- 学生姓名 --> xiaoli</name>
11+
<age>age>18<!-- 年龄--></age>
12+
</Student>
13+
14+
<Student>
15+
<name>xiaohu</name>
16+
<age>17</age>
17+
</Student>
18+
19+
</School>

0 commit comments

Comments
 (0)