xml/legacyminidomparser/xmlparser/test/SMIL_Test_Files/MMS_Output/Valid/smil_struc_4.txt
changeset 34 c7e9f1c97567
parent 0 e35f40988205
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/legacyminidomparser/xmlparser/test/SMIL_Test_Files/MMS_Output/Valid/smil_struc_4.txt	Mon Sep 13 13:16:40 2010 +0530
@@ -0,0 +1,5 @@
+<?xml version="1.0" ?>
+<!DOCTYPE smil SYSTEM "mms_smil.dtd">
+
+<!-- Focus of this test: smil element, structure variations -->
+<!-- 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>