a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
20 lines
566 B
XML
20 lines
566 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE staff SYSTEM "employee.dtd" [
|
|
<!ENTITY ent1 "es">
|
|
<!ENTITY ent2 "1900 Dallas Road">
|
|
<!ENTITY ent3 "Texas">
|
|
<!ENTITY ent4 "<entElement>Element data</entElement>">
|
|
<!NOTATION notation1 SYSTEM "notation1">
|
|
]>
|
|
<!-- 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 domestic="Yes">1230 North Ave. Dallas, Texas 98551</address>
|
|
</employee>
|
|
</staff>
|