<!-- 
            Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Aaron Cohen (Intel)
           Version: April 24, 2001
            Module: SMIL 2.0 Language Profile
           Feature: No namespace declaration
         File Name: smil20-profile-nons.smil
  Media Components: 1 image
 Expected Behavior: The file has no namespace or DOCTYPE declaration,
                    the user agent should attempt to play this 
                    as a SMIL 1.0 document.
	            Strict SMIL 1.0 implementations will issue an error on 
                    the unknown attribute value. Permissive SMIL 1.0 
                    implementations may ignore the unknown attribute value,
                    resulting in the end attribute being ignored, and the image 
                    and the document having 0 duration, instead of the 
                    unresolved duration that it would have in SMIL 2.0.
-->
<smil>
	<body>
		<img id="smile" end="activateEvent"
src="../images/smile.jpg"/>
	</body>
</smil>