xml/legacyminidomparser/XMLParser/test/SMIL_Test_Files/MMS_Output/Valid/smil_struc_4.txt
changeset 34 c7e9f1c97567
parent 25 417699dc19c9
child 36 172b09aa4eb6
equal deleted inserted replaced
25:417699dc19c9 34:c7e9f1c97567
     1 <?xml version="1.0" ?>
       
     2 <!DOCTYPE smil SYSTEM "mms_smil.dtd">
       
     3 
       
     4 <!-- Focus of this test: smil element, structure variations -->
       
     5 <!-- A 'smil' containing a 'body' only --><smil>   <body>      <par dur="8s">         <audio src="FirstSound.amr"/>      </par>      <par dur="7s">         <audio src="SecondSound.amr"/>      </par>      <par dur="4s">         <audio src="ThirdSound.amr"/>      </par>   </body></smil>