1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/dom-level2-core/files/nodtdstaff.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<?xml version="1.0"?> 1.5 +<staff> 1.6 + <employee> 1.7 + <employeeId>EMP0001</employeeId> 1.8 + <name>Margaret Martin</name> 1.9 + <position>Accountant</position> 1.10 + <salary>56,000</salary> 1.11 + <gender>Female</gender> 1.12 + <address domestic="Yes">1230 North Ave. Dallas, Texas 98551</address> 1.13 + </employee> 1.14 +</staff>