OLD | NEW |
| (Empty) |
1 <?xml version="1.0"?><?TEST-STYLE PIDATA?> | |
2 <!DOCTYPE html | |
3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
4 "xhtml1-strict.dtd" [ | |
5 <!ENTITY alpha "α"> | |
6 <!ENTITY beta "β"> | |
7 <!ENTITY gamma "γ"> | |
8 <!ENTITY delta "δ"> | |
9 <!ENTITY epsilon "ε"> | |
10 <!ENTITY alpha "ζ"> | |
11 <!NOTATION notation1 PUBLIC "notation1File"> | |
12 <!NOTATION notation2 SYSTEM "notation2File"> | |
13 <!ATTLIST acronym dir CDATA "ltr"> | |
14 ]> | |
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" sr
c="hc_notationssetnameditemns1.js"/><script type='text/javascript'>function load
Complete() { startTest(); }</script></head><body onload="loadComplete()"> | |
17 <p> | |
18 <em>EMP0001</em> | |
19 <strong>Margaret Martin</strong> | |
20 <code>Accountant</code> | |
21 <sup>56,000</sup> | |
22 <var>Female</var> | |
23 <acronym title="Yes">1230 North Ave. Dallas, Texas 98551</acronym> | |
24 </p> | |
25 <p> | |
26 <em>EMP0002</em> | |
27 <strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &a
mp;ent2; | |
28 This is an adjacent CDATASection with a reference to a tab &tab;</strong> | |
29 <code>Secretary</code> | |
30 <sup>35,000</sup> | |
31 <var>Female</var> | |
32 <acronym title="Yes" class="Yes">β Dallas, γ | |
33 98554</acronym> | |
34 </p> | |
35 <p> | |
36 <em>EMP0003</em> | |
37 <strong>Roger | |
38 Jones</strong> | |
39 <code>Department Manager</code> | |
40 <sup>100,000</sup> | |
41 <var>δ</var> | |
42 <acronym title="Yes" class="No">PO Box 27 Irving, texas 98553</acronym> | |
43 </p> | |
44 <p> | |
45 <em>EMP0004</em> | |
46 <strong>Jeny Oconnor</strong> | |
47 <code>Personnel Director</code> | |
48 <sup>95,000</sup> | |
49 <var>Female</var> | |
50 <acronym title="Yes" class="Yα">27 South Road. Dallas, Texas 98556</acro
nym> | |
51 </p> | |
52 <p> | |
53 <em>EMP0005</em> | |
54 <strong>Robert Myers</strong> | |
55 <code>Computer Specialist</code> | |
56 <sup>90,000</sup> | |
57 <var>male</var> | |
58 <acronym title="Yes">1821 Nordic. Road, Irving Texas 98558</acronym> | |
59 </p> | |
60 </body></html> | |
OLD | NEW |