-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.xml
40 lines (33 loc) · 1009 Bytes
/
report.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
<?xml version="1.0"?>
<?xml-stylesheet type = "text/xsl" href = "report.xsl"?>
<pricereport>
<!-- Comment: This is a list of student -->
<report id = "001">
<firstname>Sandhya</firstname>
<lastname>M</lastname>
<occupation>Own Bussiness</occupation>
<city>Bangalore</city>
<price>2500</price>
</report >
<report id = "002">
<firstname>Ashwini</firstname>
<lastname>S</lastname>
<occupation>Own Bussiness</occupation>
<city>Chennai</city>
<price>2500</price>
</report >
<report id = "003">
<firstname>Priya</firstname>
<lastname>A</lastname>
<occupation>Own Bussiness</occupation>
<city>Mangalore</city>
<price>2500</price>
</report>
<report id = "004">
<firstname>Shalini</firstname>
<lastname>B</lastname>
<occupation>Own Bussiness</occupation>
<city>Pune</city>
<price>2500</price>
</report >
</pricereport>