xml/legacyminidomparser/XMLParser/test/SMIL_Test_Files/MMS_Output/Invalid/body_struc_4.txt
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 09:29:21 +0200
changeset 0 e35f40988205
permissions -rw-r--r--
Revision: 200947 Kit: 200951

<?xml version="1.0" ?>
<!DOCTYPE smil SYSTEM "mms_smil.dtd">

<!-- Focus of this test: body element, structure variations -->
<!-- 'body' contains 1 'img' element: ILLEGAL --><smil>   <head>      <layout>
         <!-- This is a "landscape" screen -->         <root-layout width="352" height="144"/>         <region id="Image" width="176" height="144" left="0" top="0"/>         <region id="Text" width="176" height="144" left="176" top="0"/>      </layout>   </head>   <body>      <img src="FirstImage.jpg" region="Image"/>   </body></smil>