Sha256: c8363b3fa5ce96318dceee36fdf0c1ad8329b0a0e335f589bf07b7d69bef1a6e

Contents?: true

Size: 1.98 KB

Versions: 498

Compression:

Stored size: 1.98 KB

Contents

<?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">
   <!ELEMENT br EMPTY>
   <!ATTLIST br width CDATA "0">
   <!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>

Version data entries

498 entries across 488 versions & 44 rubygems

Version Path
nokogiri-1.0.0-x86-mswin32-60 test/files/staff.xml
nokogiri-1.0.0 test/files/staff.xml
nokogiri-1.0.1 test/files/staff.xml
nokogiri-1.0.2 test/files/staff.xml
nokogiri-1.0.4-x86-mswin32-60 test/files/staff.xml
nokogiri-1.0.3 test/files/staff.xml
nokogiri-1.0.3-x86-mswin32-60 test/files/staff.xml
nokogiri-1.0.5-x86-mswin32-60 test/files/staff.xml
nokogiri-1.0.4 test/files/staff.xml
nokogiri-1.0.5 test/files/staff.xml
nokogiri-1.0.6-x86-mswin32-60 test/files/staff.xml
nokogiri-1.0.6 test/files/staff.xml
nokogiri-1.0.7-x86-mswin32-60 test/files/staff.xml
nokogiri-1.1.1-x86-mswin32-60 test/files/staff.xml
nokogiri-1.1.0 test/files/staff.xml
nokogiri-1.1.0-x86-mswin32-60 test/files/staff.xml
nokogiri-1.0.7 test/files/staff.xml
nokogiri-1.1.1-java test/files/staff.xml
nokogiri-1.1.1 test/files/staff.xml
nokogiri-1.2.0-x86-mswin32-60 test/files/staff.xml