content/base/test/file_xhtmlserializer_2_enthtml.xhtml

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:7fe56a0788b2
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=" />
6 <title>Test for html serializer with entities</title>
7 </head>
8 <body>
9
10 <p>The basic set is just &nbsp; &amp; &lt; &gt; " for interoperability with older products that don't support &alpha; and friends.</p>
11
12 <p>latin1 &iexcl; &cent; &pound; &curren; &yen; &brvbar; &sect; &uml;
13 &copy; &ordf; &laquo; &not; &shy; &reg; &macr; &deg; &plusmn; &sup2;
14 &sup3; &acute;
15 &micro; &para; &middot; &cedil; &sup1; &ordm; &raquo; &frac14; &frac12;
16 &frac34; &iquest; &Agrave; &Aacute; &Acirc; &Atilde; &Auml; &Aring;
17 &AElig;
18 &Ccedil; &Egrave; &Eacute; &Ecirc; &Euml; &Igrave; &Iacute; &Icirc;
19 &Iuml; &ETH; &Ntilde; &Ograve; &Oacute; &Ocirc; &Otilde; &Ouml; &times;
20 &Oslash;
21 &Ugrave; &Uacute; &Ucirc; &Uuml; &Yacute; &THORN; &szlig; &agrave;
22 &aacute; &acirc; &atilde; &auml; &aring; &aelig; &ccedil; &egrave;
23 &eacute; &ecirc;
24 &euml; &igrave; &iacute; &icirc; &iuml; &eth; &ntilde; &ograve; &oacute;
25 &ocirc; &otilde; &ouml; &divide; &oslash; &ugrave; &uacute; &ucirc;
26 &uuml; &yacute;
27 &thorn; &yuml; </p>
28 <p>symbols, math.. &fnof; &Alpha; &Beta; &Gamma; &Delta; &Epsilon;
29 &Zeta; &Eta; &Theta; &Iota; &Kappa; &Lambda; &Mu; &Nu; &Xi; &Omicron;
30 &Pi; &Rho; &Sigma; &Tau; &Upsilon;
31 &Phi; &Chi; &Psi; &Omega; &alpha; &beta; &gamma; &delta; &epsilon;
32 &zeta; &eta; &theta; &iota; &kappa; &lambda; &mu; &nu; &xi; &omicron;
33 &pi; &rho; &sigmaf;
34 &sigma; &tau; &upsilon; &phi; &chi; &psi; &omega; &thetasym; &upsih;
35 &piv; &bull; &hellip; &prime; &Prime; &oline; &frasl; &weierp; &image;
36 &real;
37 &trade; &alefsym; &larr; &uarr; &rarr; &darr; &harr; &crarr; &lArr;
38 &uArr; &rArr; &dArr; &hArr; &forall; &part; &exist; &empty; &nabla;
39 &isin; &notin;
40 &ni; &prod; &sum; &minus; &lowast; &radic; &prop; &infin; &ang; &and;
41 &or; &cap; &cup; &int; &there4; &sim; &cong; &asymp; &ne; &equiv; &le;
42 &ge;
43 &sub; &sup; &nsub; &sube; &supe; &oplus; &otimes; &perp; &sdot; &lceil;
44 &rceil; &lfloor; &rfloor; &lang; &rang; &loz; &spades; &clubs; &hearts;
45 &diams;
46 </p>
47 <p> others
48 &OElig; &oelig; &Scaron; &scaron; &Yuml; &circ; &tilde; &ensp; &emsp;
49 &thinsp; &zwnj; &zwj; &lrm; &rlm;&ndash;&mdash; &lsquo; &rsquo;
50 &sbquo;&ldquo; &rdquo; &bdquo; &dagger; &Dagger; &permil; &lsaquo;
51 &rsaquo; &euro;
52 </p>
53
54 </body>
55 </html>

mercurial