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 p | 13 <!ATTLIST p |
14 dir CDATA 'rtl' | 14 dir CDATA 'rtl' |
15 xmlns:dmstc CDATA #IMPLIED | 15 xmlns:dmstc CDATA #IMPLIED |
16 xmlns:nm CDATA #IMPLIED | 16 xmlns:nm CDATA #IMPLIED |
17 xmlns:emp2 CDATA #IMPLIED> | 17 xmlns:emp2 CDATA #IMPLIED> |
18 <!ATTLIST html | 18 <!ATTLIST html |
19 xmlns:xsi CDATA #IMPLIED | 19 xmlns:xsi CDATA #IMPLIED |
20 xsi:schemaLocation CDATA #IMPLIED> | 20 xsi:schemaLocation CDATA #IMPLIED> |
21 <!ATTLIST acronym xsi:noNamespaceSchemaLocation CDATA #IMPLIED> | 21 <!ATTLIST acronym xsi:noNamespaceSchemaLocation CDATA #IMPLIED> |
22 <!ENTITY ent4 "<span xmlns='http://www.w3.org/1999/xhtml'>Element data</span>
<?PItarget PIdata?>"> | 22 <!ENTITY ent4 "<span xmlns='http://www.w3.org/1999/xhtml'>Element data</span>
<?PItarget PIdata?>"> |
23 <!ATTLIST span xmlns CDATA #IMPLIED> | 23 <!ATTLIST span xmlns CDATA #IMPLIED> |
24 ]> | 24 ]> |
25 <!-- This is comment number 1.--> | 25 <!-- This is comment number 1.--> |
26 <html xmlns='http://www.w3.org/1999/xhtml' | 26 <html xmlns='http://www.w3.org/1999/xhtml' |
27 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 27 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
28 xsi:schemaLocation="http://www.w3.org/1999/xhtml hc_staff.xsd"><head><me
ta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>hc_staff
</title><script type="text/javascript" src="selfxhtml.js"/><script charset="UTF-
8" type="text/javascript" src="nodeisequalnode06.js"/><script type='text/javascr
ipt'>function loadComplete() { startTest(); }</script></head><body onload="loadC
omplete()"> | 28 xsi:schemaLocation="http://www.w3.org/1999/xhtml hc_staff.xsd"><head><me
ta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>hc_staff
</title><script type="text/javascript" src="selfxhtml.js"/><script charset="UTF-
8" type="text/javascript" src="nodeisequalnode15.js"/><script type='text/javascr
ipt'>function loadComplete() { startTest(); }</script></head><body onload="loadC
omplete()"> |
29 <p xmlns:dmstc="http://www.usa.com"> | 29 <p xmlns:dmstc="http://www.usa.com"> |
30 <em>EMP0001</em> | 30 <em>EMP0001</em> |
31 <strong>Margaret Martin</strong> | 31 <strong>Margaret Martin</strong> |
32 <code>Accountant</code> | 32 <code>Accountant</code> |
33 <sup>56,000</sup> | 33 <sup>56,000</sup> |
34 <var>Female</var> | 34 <var>Female</var> |
35 <acronym title="Yes" xsi:noNamespaceSchemaLocation="Yes">1230 North Ave. Dalla
s, Texas 98551</acronym> | 35 <acronym title="Yes" xsi:noNamespaceSchemaLocation="Yes">1230 North Ave. Dalla
s, Texas 98551</acronym> |
36 </p> | 36 </p> |
37 <p xmlns:dmstc="http://www.usa.com"> | 37 <p xmlns:dmstc="http://www.usa.com"> |
38 <em>EMP0002</em> | 38 <em>EMP0002</em> |
(...skipping 25 matching lines...) Expand all Loading... |
64 </p> | 64 </p> |
65 <p xmlns:emp2="http://www.nist.gov"> | 65 <p xmlns:emp2="http://www.nist.gov"> |
66 <em>EMP0005</em> | 66 <em>EMP0005</em> |
67 <strong>Robert Myers</strong> | 67 <strong>Robert Myers</strong> |
68 <code>Computer Specialist</code> | 68 <code>Computer Specialist</code> |
69 <sup>90,000</sup> | 69 <sup>90,000</sup> |
70 <var>male</var> | 70 <var>male</var> |
71 <acronym title="Yes" class="Yes" xsi:noNamespaceSchemaLocation="Yes">1821 Nord
ic. Road, Irving Texas 98558</acronym> | 71 <acronym title="Yes" class="Yes" xsi:noNamespaceSchemaLocation="Yes">1821 Nord
ic. Road, Irving Texas 98558</acronym> |
72 </p> | 72 </p> |
73 </body></html> | 73 </body></html> |
OLD | NEW |