gecko/dom/tests/mochitest/dom-level2-core/files/nodtdstaff.svg

12 lines
434 B
XML
Raw Normal View History

<?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>