summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level2/core/files/staff2.xml
blob: d3d9a13dd655ccba3d77e62d5a31d2c2c41cf452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?><?TEST-STYLE PIDATA?>
<!DOCTYPE staff SYSTEM "staff2.dtd" []>
<!-- This is comment number 1.-->
<staff>
 <employee>
  <employeeId>EMP0001</employeeId>
  <name>Margaret Martin</name>
  <position>Accountant</position>           
  <salary>56,000</salary>
  <gender>Female</gender>
  <address>1230 North Ave. Dallas, Texas 98551</address>
 </employee>
 </staff>