<?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>
	Some text.
        <ol>
            <li>
                <paragraph>
                    List item.
                </paragraph>
            </li>
            <li>
                <paragraph>
                    Second list item.
                </paragraph>
            </li>
        </ol>
	Some more text.
    </paragraph>
</section>
