Source of simpleBlue.smil

<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <head>
    <meta name = "title"
          content = "simplest working SMIL presentation" />
    <layout>
      <root-layout height = "300"
                   width = "400"
                   backgroundColor = "blue" />


    </layout>

  </head>

  <body>

  </body>
</smil>