<rules
    xmlns="http://namespaces.plone.org/diazo"
    xmlns:css="http://namespaces.plone.org/diazo/css"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    >

    <xsl:variable name="foo">bar</xsl:variable>


    <notheme css:if-content="#one" if="$foo = 'baz'" />

    <replace
        css:theme="#alpha"
        css:content="#one"
        />

</rules>
