mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
13 lines
380 B
XML
13 lines
380 B
XML
<?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>
|