diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 18:28:14 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 18:28:14 -0800 |
commit | 1c0fed63c71ddb230f3b304aac12caffbedf2f21 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /dom/src/test/resources/staff.xml | |
parent | 2fb02ef3025449e24e756a7f645ea6eab7a1fd4f (diff) | |
download | libcore-1c0fed63c71ddb230f3b304aac12caffbedf2f21.zip libcore-1c0fed63c71ddb230f3b304aac12caffbedf2f21.tar.gz libcore-1c0fed63c71ddb230f3b304aac12caffbedf2f21.tar.bz2 |
auto import from //depot/cupcake/@135843
Diffstat (limited to 'dom/src/test/resources/staff.xml')
-rw-r--r-- | dom/src/test/resources/staff.xml | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/dom/src/test/resources/staff.xml b/dom/src/test/resources/staff.xml deleted file mode 100644 index f89c510..0000000 --- a/dom/src/test/resources/staff.xml +++ /dev/null @@ -1,57 +0,0 @@ -<?xml version="1.0"?><?TEST-STYLE PIDATA?> -<!DOCTYPE staff SYSTEM "staff.dtd" [ - <!ENTITY ent1 "es"> - <!ENTITY ent2 "1900 Dallas Road"> - <!ENTITY ent3 "Texas"> - <!ENTITY ent4 "<entElement domestic='Yes'>Element data</entElement><?PItarget PIdata?>"> - <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1> - <!ENTITY ent1 "This entity should be discarded"> - <!NOTATION notation1 PUBLIC "notation1File"> - <!NOTATION notation2 SYSTEM "notation2File"> -]> -<!-- This is comment number 1.--> -<staff> - <employee> - <employeeId>EMP0001</employeeId> - <name>Margaret Martin</name> - <position>Accountant</position> - <salary>56,000</salary> - <gender>Female</gender> - <address domestic="Yes">1230 North Ave. Dallas, Texas 98551</address> - </employee> - <employee> - <employeeId>EMP0002</employeeId> - <name>Martha Raynolds<![CDATA[This is a CDATASection with EntityReference number 2 &ent2;]]> -<![CDATA[This is an adjacent CDATASection with a reference to a tab &tab;]]></name> - <position>Secretary</position> - <salary>35,000</salary> - <gender>Female</gender> - <address domestic="Yes" street="Yes">&ent2; Dallas, &ent3; - 98554</address> - </employee> - <employee> - <employeeId>EMP0003</employeeId> - <name>Roger - Jones</name> - <position>Department Manager</position> - <salary>100,000</salary> - <gender>&ent4;</gender> - <address domestic="Yes" street="No">PO Box 27 Irving, texas 98553</address> - </employee> - <employee> - <employeeId>EMP0004</employeeId> - <name>Jeny Oconnor</name> - <position>Personnel Director</position> - <salary>95,000</salary> - <gender>Female</gender> - <address domestic="Yes" street="Y&ent1;">27 South Road. Dallas, Texas 98556</address> - </employee> - <employee> - <employeeId>EMP0005</employeeId> - <name>Robert Myers</name> - <position>Computer Specialist</position> - <salary>90,000</salary> - <gender>male</gender> - <address street="Yes">1821 Nordic. Road, Irving Texas 98558</address> - </employee> - </staff> |