content/base/test/file_xhtmlserializer_2_entw3c.xhtml

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

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

mercurial