xml/legacyminidomparser/XMLParser/test/SMIL_Test_Files/MMS_Output/Valid/smil_struc_4.txt
changeset 0 e35f40988205
equal deleted inserted replaced
-1:000000000000 0:e35f40988205
       
     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>