<!-- 
           Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Thierry MICHEL (tmichel@w3.org)
          Version: Oct 30th, 2000, v1
           Module: SMIL 21 Metainformation Module
          Feature: meta element including name attribute with base property, 
                   and content and id attributes.
        File Name: meta-id-name-base-content.smil
 Media Components: 1 JPEG
Expected Behavior: Provides metainformation such as Base URL for 
                     the image using a relative URL. Resolved URL is 
                     "http://www.w3.org/Icons/valid-xhtml10.png"
--> 
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <head>
    <meta id="meta-SMIL2.1-a" name="base" content="http://www.w3.org/" />
  </head>
  <body>
    <seq>
      <img src="Icons/valid-xhtml10.png" dur ="10s" id="xhtmlpng" />
    </seq>
  </body>
</smil>