xref: /aosp_15_r20/libcore/dom/src/test/resources/staff2.xml (revision 89a6322812dc8573315e60046e7959c50dad91d4)
1<?xml version="1.0"?><?TEST-STYLE PIDATA?>
2<!DOCTYPE staff SYSTEM "staff2.dtd" []>
3<!-- This is comment number 1.-->
4<staff>
5 <employee>
6  <employeeId>EMP0001</employeeId>
7  <name>Margaret Martin</name>
8  <position>Accountant</position>
9  <salary>56,000</salary>
10  <gender>Female</gender>
11  <address>1230 North Ave. Dallas, Texas 98551</address>
12 </employee>
13 </staff>
14