-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhostelList.xml
executable file
·62 lines (60 loc) · 2.07 KB
/
hostelList.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
<?xml version="1.0"?>
<hostelList>
<hostel name="Agate"><noofrooms>77</noofrooms><maxperroom>4</maxperroom><gender>Male</gender><students><student>1BT</student></students></hostel><hostel name="Diamond"><noofrooms>70</noofrooms><maxperroom>3</maxperroom><gender>Male</gender><students><student>1BT</student></students></hostel><hostel name="Coral">
<noofrooms>60</noofrooms>
<maxperroom>4</maxperroom>
<gender>Male</gender>
<students><student>1BT</student></students></hostel>
<hostel name="Beryl">
<noofrooms>200</noofrooms>
<maxperroom>4</maxperroom>
<gender>Male</gender>
<students><student>2BT</student></students></hostel>
<hostel name="Garnet-C">
<noofrooms>250</noofrooms>
<maxperroom>2</maxperroom>
<gender>Male</gender>
<students><student>2BT</student></students></hostel>
<hostel name="Garnet-A">
<noofrooms>250</noofrooms>
<maxperroom>2</maxperroom>
<gender>Male</gender>
<students><student>4BT</student></students></hostel>
<hostel name="Garnet-B">
<noofrooms>250</noofrooms>
<maxperroom>2</maxperroom>
<gender>Male</gender>
<students><student>4BT</student></students></hostel>
<hostel name="Lapis">
<noofrooms>250</noofrooms>
<maxperroom>4</maxperroom>
<gender>Male</gender>
<students><student>3BT</student></students></hostel>
<hostel name="Topaz">
<noofrooms>250</noofrooms>
<maxperroom>4</maxperroom>
<gender>Male</gender>
<students><student>3BT</student></students></hostel>
<hostel name="Zircon-A">
<noofrooms>250</noofrooms>
<maxperroom>2</maxperroom>
<gender>Female</gender>
<students><student>1MT</student><student>1MB</student></students></hostel>
<hostel name="Zircon-B">
<noofrooms>250</noofrooms>
<maxperroom>2</maxperroom>
<gender>Male</gender>
<students><student>1MC</student>
<student>2MT</student></students></hostel>
<hostel name="Opal">
<noofrooms>200</noofrooms>
<maxperroom>4</maxperroom>
<gender>Male</gender>
<students><student>1BT</student>
<student>2BT</student>
<student>3BT</student>
<student>4BT</student>
<student>1MT</student>
<student>2MT</student>
<student>1MB</student>
<student>1MC</student></students></hostel></hostelList>