<!-- 
           Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Thierry MICHEL (tmichel@w3.org)
          Version: Oct 30th, 2000, v1
           Module: SMIL 20 Metainformation Module
          Feature: meta element including name attribute with 
                   title property, and content and id attributes.
        File Name: meta-id-name-title-content.smil
 Media Components: 1 JPEG
Expected Behavior: Provides metainformation such as a title. 
--> 
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <head>
    <meta id="meta-smil2.0-a" name="title" content="a great SMIL 2.0 demo" />
  </head>
  <body>
    <seq>
      <img src="../images/smile.jpg" dur ="10s" id="smile" />
    </seq>
  </body>
</smil>