| OLD | NEW |
| 1 <?xml version="1.0"?><?TEST-STYLE PIDATA?> | 1 <?xml version="1.0"?><?TEST-STYLE PIDATA?> |
| 2 <!DOCTYPE html | 2 <!DOCTYPE html |
| 3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | 3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
| 4 "xhtml1-strict.dtd" [ | 4 "xhtml1-strict.dtd" [ |
| 5 <!ENTITY alpha "α"> | 5 <!ENTITY alpha "α"> |
| 6 <!ENTITY beta "β"> | 6 <!ENTITY beta "β"> |
| 7 <!ENTITY gamma "γ"> | 7 <!ENTITY gamma "γ"> |
| 8 <!ENTITY delta "δ"> | 8 <!ENTITY delta "δ"> |
| 9 <!ENTITY epsilon "ε"> | 9 <!ENTITY epsilon "ε"> |
| 10 <!ENTITY alpha "ζ"> | 10 <!ENTITY alpha "ζ"> |
| 11 <!NOTATION notation1 PUBLIC "notation1File"> | 11 <!NOTATION notation1 PUBLIC "notation1File"> |
| 12 <!NOTATION notation2 SYSTEM "notation2File"> | 12 <!NOTATION notation2 SYSTEM "notation2File"> |
| 13 <!ATTLIST acronym dir CDATA "ltr"> | 13 <!ATTLIST acronym dir CDATA "ltr"> |
| 14 ]> | 14 ]> |
| 15 <!-- This is comment number 1.--> | 15 <!-- This is comment number 1.--> |
| 16 <html xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"/><title>hc_staff</title><script type="text/j
avascript" src="selfxhtml.js"/><script charset="UTF-8" type="text/javascript" s
rc="hc_attrchildnodes1.js"/><script type='text/javascript'>function loadComplete
() { startTest(); }</script></head><body onload="loadComplete()"> | 16 <html xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"/><title>hc_staff</title><script type="text/j
avascript" src="selfxhtml.js"/><script charset="UTF-8" type="text/javascript" sr
c="createAttributeNS06.js"/><script type='text/javascript'>function loadComplete
() { startTest(); }</script></head><body onload="loadComplete()"> |
| 17 <p> | 17 <p> |
| 18 <em>EMP0001</em> | 18 <em>EMP0001</em> |
| 19 <strong>Margaret Martin</strong> | 19 <strong>Margaret Martin</strong> |
| 20 <code>Accountant</code> | 20 <code>Accountant</code> |
| 21 <sup>56,000</sup> | 21 <sup>56,000</sup> |
| 22 <var>Female</var> | 22 <var>Female</var> |
| 23 <acronym title="Yes">1230 North Ave. Dallas, Texas 98551</acronym> | 23 <acronym title="Yes">1230 North Ave. Dallas, Texas 98551</acronym> |
| 24 </p> | 24 </p> |
| 25 <p> | 25 <p> |
| 26 <em>EMP0002</em> | 26 <em>EMP0002</em> |
| (...skipping 24 matching lines...) Expand all Loading... |
| 51 </p> | 51 </p> |
| 52 <p> | 52 <p> |
| 53 <em>EMP0005</em> | 53 <em>EMP0005</em> |
| 54 <strong>Robert Myers</strong> | 54 <strong>Robert Myers</strong> |
| 55 <code>Computer Specialist</code> | 55 <code>Computer Specialist</code> |
| 56 <sup>90,000</sup> | 56 <sup>90,000</sup> |
| 57 <var>male</var> | 57 <var>male</var> |
| 58 <acronym title="Yes">1821 Nordic. Road, Irving Texas 98558</acronym> | 58 <acronym title="Yes">1821 Nordic. Road, Irving Texas 98558</acronym> |
| 59 </p> | 59 </p> |
| 60 </body></html> | 60 </body></html> |
| OLD | NEW |