<?xml version="1.0" encoding="utf-8"?>
<!-- This file is describing the layout of the specific
     part of the page.-->
<html>
   <head>
    <title>My page</title>
    <meta name="title" content="My page" />
    <meta name="description" content="Welcome on my new page" />
  </head>
  <body>
    <insert-body-header href="content.xml"/>
    <table width="100%" border="1">
        <tr valign="top">
            <td height="250">
            <insert-first-part href="content.xml"/>
        </td>
        <td >
            <insert-second-part href="content.xml"/>
        </td>
        </tr>
    </table>
  </body>
</html>

