<?xml version="1.0" encoding="iso-8859-1"?>
<section xmlns="http://ez.no/namespaces/ezpublish3"
         xmlns:image="http://ez.no/namespaces/ezpublish3/image/"
         xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/"
         xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/">
    <header anchor_name="header">Paragraph</header>
    <paragraph>
        <table>
            <tr>
                <th><paragraph>Title 1</paragraph></th>
                <th><paragraph>Title 2</paragraph></th>
            </tr>
            <tr>
                <td><paragraph>Cell 1.1</paragraph></td>
                <td><paragraph>Cell 1.2</paragraph></td>
            </tr>
            <tr>
                <td><paragraph>Cell 2.1</paragraph></td>
                <td><paragraph>Cell 2.2</paragraph></td>
            </tr>
        </table>
    </paragraph>
</section>
