summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level2/core/files/nodtdstaff.svg
blob: 01aa823f35d7f5d3389d2dedd76b863601dfcb20 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="100" height="100"/>
 <employee xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-1/Files">
  <employeeId>EMP0001</employeeId>
  <name>Margaret Martin</name>
  <position>Accountant</position>           
  <salary>56,000</salary>
  <gender>Female</gender>
  <address domestic="Yes">1230 North Ave. Dallas, Texas 98551</address>
 </employee>
</svg>