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