Growing Book -> SMIL
Example
The following Growing Book MAWC tag structure:
<ts>
<ts1 name="chap4" keywords="" subsection="Sequential Search" url="http://www.pitt.edu/AFShome/l/i/limst8/public/html/dbook/chap4-2p1.htm"> </ts1>
<ts2 name="chap4" keywords="" subsection="Binary Search" url="http://www.pitt.edu/AFShome/l/i/limst8/public/html/dbook/chap4-3p1.htm"> </ts2>
<ts3 name="chap0" keywords="" subsection="Ancient Algorithms" url="http://www.pitt.edu/~limst8/dbook/00paolo.htm#_Toc507758599"> </ts3>
</ts>
<as>
<as1 name="" keywords="" subsection="" url="canyon.mid"> </as1>
</as>
<vs>
<vs2 name="" keywords="" subsection="" url="funny.mpeg"> </vs2>
</vs>
<is>
<is1 name="" keywords="" subsection="" url="horse.jpg"> </is1>
<is3 name="" keywords="" subsection="" url="flag.gif"> </is3>
</is>
was translated into the following SMIL presentation:
<smil>
<head>
<layout>
<root-layout width="600" height="500" background-color="#000066"/>
<region id="text_reg" width="600" height="200" top="300" left="0"/>
<region id="img_reg" width="300" height="300" top="0" left="0"/>
<region id="vid_reg" width="300" height="300" top="0" left="300"/>
</layout>
</head>
<body>
<seq dur = "120s">
<par dur="40s">
<text src="text0" region="text_reg" fit="scroll" abstract="Sequential Search" title="chap4" alt="*http://www.pitt.edu/AFShome/l/i/limst8/public/html/dbook/chap4-2p1.htm" id="ts1"/>
<img src="horse.jpg" region="img_reg" fit="slice" abstract="" title="" alt="" id="is1"/>
<audio src="canyon.mid"abstract="" title="" alt="" id="as1"/>
</par>
<par dur="40s">
<text src="text1" region="text_reg" fit="scroll" abstract="Binary Search" title="chap4" alt="*http://www.pitt.edu/AFShome/l/i/limst8/public/html/dbook/chap4-3p1.htm" id="ts2"/>
<video src="funny.mpeg" region="vid_reg" fit="slice" abstract="" title="" alt="" id="vs2"/>
</par>
<par dur="40s">
<text src="text2" region="text_reg" fit="scroll" abstract="Ancient Algorithms" title="chap0" alt="*http://www.pitt.edu/~limst8/dbook/00paolo.htm#_Toc507758599" id="ts3"/>
<img src="flag.gif" region="img_reg" fit="slice" abstract="" title="" alt="" id="is3"/>
</par>
</seq>
</body>
</smil>
For a demo of this presentation, click here.