blob: cd0cc47f9a1ee618e2c4a68c9b342c66ec5c672f [file] [log] [blame]
The Android Open Source Projectadc854b2009-03-03 19:28:47 -08001<?xml version="1.0"?><?TEST-STYLE PIDATA?>
2<!DOCTYPE svg
3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4 "xhtml1-strict.dtd" [
5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
11 <!NOTATION notation1 PUBLIC "notation1File">
12 <!NOTATION notation2 SYSTEM "notation2File">
13 <!ATTLIST acronym dir CDATA "ltr">
14 <!ATTLIST head xmlns CDATA #IMPLIED>
15 <!ATTLIST body xmlns CDATA #IMPLIED>
16 <!ELEMENT svg (rect, script, head, body)>
17 <!ATTLIST svg xmlns CDATA #IMPLIED>
18 <!ELEMENT rect EMPTY>
19 <!ATTLIST rect
20 x CDATA #IMPLIED
21 y CDATA #IMPLIED
22 width CDATA #IMPLIED
23 height CDATA #IMPLIED>
24 <!ENTITY svgunit SYSTEM "svgunit.js">
25 <!ENTITY svgtest SYSTEM "svgtest.js">
26]>
27<!-- This is comment number 1.-->
28<svg xmlns='http://www.w3.org/2000/svg'><rect x="0" y="0" width="100" height="100"/><script type="text/ecmascript">&svgtest;&svgunit;</script><head xmlns='http://www.w3.org/1999/xhtml'><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>hc_staff</title></head><body xmlns='http://www.w3.org/1999/xhtml'>
29 <p>
30 <em>EMP0001</em>
31 <strong>Margaret Martin</strong>
32 <code>Accountant</code>
33 <sup>56,000</sup>
34 <var>Female</var>
35 <acronym title="Yes">1230 North Ave. Dallas, Texas 98551</acronym>
36 </p>
37 <p>
38 <em>EMP0002</em>
39 <strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &amp;ent2;
40This is an adjacent CDATASection with a reference to a tab &amp;tab;</strong>
41 <code>Secretary</code>
42 <sup>35,000</sup>
43 <var>Female</var>
44 <acronym title="Yes" class="Yes">&beta; Dallas, &gamma;
45 98554</acronym>
46 </p>
47 <p>
48 <em>EMP0003</em>
49 <strong>Roger
50 Jones</strong>
51 <code>Department Manager</code>
52 <sup>100,000</sup>
53 <var>&delta;</var>
54 <acronym title="Yes" class="No">PO Box 27 Irving, texas 98553</acronym>
55 </p>
56 <p>
57 <em>EMP0004</em>
58 <strong>Jeny Oconnor</strong>
59 <code>Personnel Director</code>
60 <sup>95,000</sup>
61 <var>Female</var>
62 <acronym title="Yes" class="Y&alpha;">27 South Road. Dallas, Texas 98556</acronym>
63 </p>
64 <p>
65 <em>EMP0005</em>
66 <strong>Robert Myers</strong>
67 <code>Computer Specialist</code>
68 <sup>90,000</sup>
69 <var>male</var>
70 <acronym title="Yes">1821 Nordic. Road, Irving Texas 98558</acronym>
71 </p>
72</body></svg>