Warning, /multimedia/kmplayer/tests/state-src.smil is written in an unsupported language. File is not indexed.

0001 <smil xmlns="http://www.w3.org/ns/SMIL" version="3.0" baseProfile="Language">
0002   <head>
0003     <layout>
0004       <root-layout width="400" height="200" backgroundColor="white"/>
0005     </layout>
0006     <state src="books.xml"/>
0007   </head>
0008   <body>
0009     <par dur="5">
0010       <text src="data:,author%3A" left="10" top="10" width="100" height="20"/>
0011       <text src="data:,title%3A" left="200" top="10" width="100" height="20"/>
0012       <text src="data:,author%3A%20{/books/book[title = &quot;Tom Sawyer&quot;]/author}"
0013             left="10" top="40" width="190" height="20"/>
0014       <text src="data:,{//book/title[1]}"
0015             left="200" top="40" width="190" height="20"/>
0016       <text src="data:,{/books/book[title = &quot;Uncle Tom's Cabin&quot;]/author}"
0017             left="10" top="70" width="190" height="20"/>
0018       <text src="data:,{/books/book[position() = 2]/title}"
0019             left="200" top="70" width="190" height="20"/>
0020       <text src="data:,{//book[last()]/author}"
0021             left="10" top="100" width="190" height="20"/>
0022       <text src="data:,{/books/book[last()]/title}"
0023             left="200" top="100" width="190" height="20"/>
0024       <text src="data:,books%20{number(/books/book)}"
0025             left="10" top="160" width="300" height="20"/>
0026     </par>
0027   </body>
0028 </smil>
0029