Subversion Repositories Kolibri OS

Rev

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

  1. <?xml version="1.0"?>
  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 datatype_normalization2.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>
  25.   <!--  preserve, string default  -->
  26.   <em>    EMP  0001   </em>
  27.   <!--   explicit preserve  -->
  28.   <acronym>    EMP  0001   </acronym>
  29.    <!--   explicit collapse  -->
  30.   <code>
  31.     EMP  0001  
  32. </code>
  33.   <code>EMP  0001</code>
  34.   <code>EMP 0001</code>
  35.   <!--    explicit replace   -->
  36.   <sup>
  37.     EMP  0001  
  38. </sup>
  39.   <sup>EMP  0001</sup>
  40.   <sup>EMP 0001</sup>
  41.   <sup>EMP
  42. 0001</sup>
  43.   </p>
  44. </body>
  45. </svg>  
  46.