<?xml version="1.0" encoding="UTF-8"?>
<rules xmlns="http://namespaces.plone.org/diazo">
    <!-- This theme node has multiple copy rules matching it, they become if.. elif.. -->
    <copy theme="/html/body/h1" content="/html/body/h1/text()" if-content="/html/body/h1"/>
    <copy theme="/html/body/h1" content="//h1[@id='first-heading']/text()" if-content="//h1[@id='first-heading']"/>
    <copy theme="/html/body/h1" content="/html/head/title/text()" if-content="/html/head/title"/>

    <!-- This theme node has multiple copy rules matching it, they become if.. elif.. else... -->
    <copy theme="/html/body/div[@id='description']" content="/html/body/div[@id='description']/node()" if-content="/html/body/div[@id='description']"/>
    <copy theme="/html/body/div[@id='description']" content="//div[@id='description2']/node()" if-content="//div[@id='description2']"/>
    <copy theme="/html/body/div[@id='description']" content="//div[@id='description3']/node()"/>
</rules>
