TIMER:
Timer: 0

EXPECTED BEHAVIOR:
Testing: attributeName=src, begin, dur, repeatCount.
T:SET will begin at 2 seconds and have a duration of 2 seconds.
At 1 second, Smile will appear.
At 2 seconds, the source is set to src=images/frown.jpg and frown will appear.
At 4 seconds, frown will repeat.
At 6 seconds, frown will be removed leaving Smile visable indefinitly.
**Note the t:set is nested into the t:img tag causing no need for the targetElement attribute.

SAMPLE CODE:
<t:img id="img1" src="../images/smile.jpg" style="width:150; height:150">
<t:set attributeName="src" to="../images/frown.jpg" begin="2" dur="2" repeatCount="2"/>
</t:img>

INFORMATION:
Copyright: Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/. Author: Debbie Newman, Microsoft
Version: 11/01/2000
Module: Set
Feature: attributeName=src, begin, dur, repeatCount
File Name: set_attName_src_nested_begin_dur_repeatCount_.htm
Media Components: images/smile.jpg, images/frown.jpg