Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. <?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 svgunit SYSTEM "svgunit.js">
  6.    <!ENTITY svgtest SYSTEM "svgtest.js">
  7.    <!ELEMENT svg (rect, script, body)>
  8.    <!ATTLIST svg
  9.        xmlns CDATA #IMPLIED
  10.        xmlns:xsi CDATA #IMPLIED
  11.        xsi:schemaLocation CDATA #IMPLIED>
  12.    <!ELEMENT rect EMPTY>
  13.    <!ATTLIST rect
  14.       x CDATA #REQUIRED
  15.       y CDATA #REQUIRED
  16.       width CDATA #REQUIRED
  17.       height CDATA #REQUIRED>
  18.    <!ATTLIST body xmlns CDATA #IMPLIED>  
  19. ]>
  20. <svg xmlns="http://www.w3.org/2000/svg"
  21.         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  22.         xsi:schemaLocation="http://www.w3.org/2000/svg typeinfo.svg.xsd">
  23. <rect x="0" y="0" width="100" height="100"/><script type="text/ecmascript">&svgtest;&svgunit;</script><body xmlns="http://www.w3.org/1999/xhtml">
  24.                 <p id="foo1"><strong>foo1 foo2</strong></p>
  25.                 <p id="foo2"><code>1</code><code>unbounded</code></p>
  26.                 <p><em>127</em><em>48</em></p>
  27.                 <p><acronym>3.1415926 2.718</acronym></p>
  28.         </body>
  29. </svg>
  30.