<!DOCTYPE rules [
    <!ENTITY mdash "&#8212;">
    <!ENTITY nbsp "&#160;">
]>
<rules xmlns="http://namespaces.plone.org/diazo"
       xmlns:css="http://namespaces.plone.org/diazo/css">

    <append css:theme="body" css:content="body > *"/>

    <append css:theme="body">
        <p>The rules are parsed as XML, this means that:</p>
        <ul>
            <li>The predefined XML entities are always available: &quot;, &amp;, &apos;, &lt;, &gt;.</li>
            <li>Other entities must be explicitly declared in the doctype, as they are here for &nbsp; and &mdash;.</li>
            <li><a href="http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references">More on character entity references</a></li>
        </ul>
    </append>

</rules>
