dom/tests/mochitest/dom-level1-core/files/staff.xml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/tests/mochitest/dom-level1-core/files/staff.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,57 @@
     1.4 +<?xml version="1.0"?><?TEST-STYLE PIDATA?>
     1.5 +<!DOCTYPE staff SYSTEM "staff.dtd" [
     1.6 +   <!ENTITY ent1 "es">
     1.7 +   <!ENTITY ent2 "1900 Dallas Road">
     1.8 +   <!ENTITY ent3 "Texas">
     1.9 +   <!ENTITY ent4 "<entElement domestic='Yes'>Element data</entElement><?PItarget PIdata?>">
    1.10 +   <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
    1.11 +   <!ENTITY ent1 "This entity should be discarded">
    1.12 +   <!NOTATION notation1 PUBLIC "notation1File">
    1.13 +   <!NOTATION notation2 SYSTEM "notation2File">
    1.14 +]>
    1.15 +<!-- This is comment number 1.-->
    1.16 +<staff>
    1.17 + <employee>
    1.18 +  <employeeId>EMP0001</employeeId>
    1.19 +  <name>Margaret Martin</name>
    1.20 +  <position>Accountant</position>           
    1.21 +  <salary>56,000</salary>
    1.22 +  <gender>Female</gender>
    1.23 +  <address domestic="Yes">1230 North Ave. Dallas, Texas 98551</address>
    1.24 + </employee>
    1.25 + <employee>
    1.26 +  <employeeId>EMP0002</employeeId>
    1.27 +  <name>Martha Raynolds<![CDATA[This is a CDATASection with EntityReference number 2 &ent2;]]>
    1.28 +<![CDATA[This is an adjacent CDATASection with a reference to a tab &tab;]]></name>
    1.29 +  <position>Secretary</position>
    1.30 +  <salary>35,000</salary>
    1.31 +  <gender>Female</gender>
    1.32 +  <address domestic="Yes" street="Yes">&ent2; Dallas, &ent3;
    1.33 + 98554</address>
    1.34 + </employee>
    1.35 + <employee>
    1.36 +  <employeeId>EMP0003</employeeId>
    1.37 +  <name>Roger
    1.38 + Jones</name>
    1.39 +  <position>Department Manager</position>
    1.40 +  <salary>100,000</salary>
    1.41 +  <gender>&ent4;</gender>
    1.42 +  <address domestic="Yes" street="No">PO Box 27 Irving, texas 98553</address>
    1.43 + </employee>
    1.44 + <employee>
    1.45 +  <employeeId>EMP0004</employeeId>
    1.46 +  <name>Jeny Oconnor</name>
    1.47 +  <position>Personnel Director</position>
    1.48 +  <salary>95,000</salary>
    1.49 +  <gender>Female</gender>
    1.50 +  <address domestic="Yes" street="Y&ent1;">27 South Road. Dallas, Texas 98556</address>
    1.51 + </employee>
    1.52 + <employee>
    1.53 +  <employeeId>EMP0005</employeeId>
    1.54 +  <name>Robert Myers</name>
    1.55 +  <position>Computer Specialist</position>
    1.56 +  <salary>90,000</salary>
    1.57 +  <gender>male</gender>
    1.58 +  <address street="Yes">1821 Nordic. Road, Irving Texas 98558</address>
    1.59 + </employee>
    1.60 + </staff>

mercurial