-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxmlParserFile.xml
More file actions
44 lines (44 loc) · 849 Bytes
/
xmlParserFile.xml
File metadata and controls
44 lines (44 loc) · 849 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<student-list>
<student>
<roll-no>1</roll-no>
<name>Jane</name>
<ph-no>1234567890</ph-no>
<city>Chicago</city>
</student>
<student>
<roll-no>2</roll-no>
<name>Jimmy</name>
<ph-no>1234567890</ph-no>
<city>Ottawa</city>
</student>
<student>
<roll-no>3</roll-no>
<name>John</name>
<ph-no>1234567890</ph-no>
<city>Tokyo</city>
</student>
<student>
<roll-no>4</roll-no>
<name>Nick</name>
<ph-no>1234567890</ph-no>
<city>Orlando</city>
</student>
<student>
<roll-no>5</roll-no>
<name>Smith</name>
<ph-no>1234567890</ph-no>
<city>Phoenix</city>
</student>
<student>
<roll-no>6</roll-no>
<name>Wesley</name>
<ph-no>1234567890</ph-no>
<city>Houston</city>
</student>
<student>
<roll-no>7</roll-no>
<name>Kevin</name>
<ph-no>1234567890</ph-no>
<city>Tampa</city>
</student>
</student-list>