xml/legacyminidomparser/XMLParser/test/SMIL_Test_Files/MMS_Output/Valid/smil_struc_4.txt
changeset 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	Thu Dec 17 09:29:21 2009 +0200
@@ -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>