1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/dom-level2-core/files/staff2.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<?xml version="1.0"?><?TEST-STYLE PIDATA?> 1.5 +<!DOCTYPE staff SYSTEM "staff2.dtd" []> 1.6 +<!-- This is comment number 1.--> 1.7 +<staff> 1.8 + <employee> 1.9 + <employeeId>EMP0001</employeeId> 1.10 + <name>Margaret Martin</name> 1.11 + <position>Accountant</position> 1.12 + <salary>56,000</salary> 1.13 + <gender>Female</gender> 1.14 + <address>1230 North Ave. Dallas, Texas 98551</address> 1.15 + </employee> 1.16 + </staff>