<?xml version="1.0" encoding="UTF-8"?>
<Module>
  <ModulePrefs title="MyForm" description="Build your own form.">
    <Require feature="opensocial-0.5"/>
    <Require feature="dynamic-height"/>
  </ModulePrefs>
  <Content type="html">
    <![CDATA[
  <html>
    <head>
      <title>MyForm/title>
      		<link type="text/css" rel='stylesheet' href='http://myform.googlecode.com/svn/trunk/MyForm/www/myform.Main/Main.css'/>
      
    </head>
   
   <body>
   <div style="width: 600px; height: 700px"/>
      <script src="http://myform.googlecode.com/svn/trunk/MyForm/www/myform.Main/myform.Main-xs.nocache.js"></script>
      <script>
      _IG_AdjustIFrameHeight();
      </script>
   </body>
  </html>
      ]]>
  </Content>
</Module>