<?xml version="1.0" encoding="UTF-8"?>
<rules xmlns="http://namespaces.plone.org/diazo"
       xmlns:css="http://namespaces.plone.org/diazo/css"
       xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
       >

    <replace css:theme="body" css:content="body"/>

    <xsl:template css:match="body div.modify">
         <p>Content modified</p>
    </xsl:template>

</rules>
