<!DOCTYPE FeedFlareUnit SYSTEM "FeedFlareUnit-1.0.dtd">
<FeedFlareUnit>
    <Catalog>
        <Title>Monkey Alert!</Title>
        <Description>Show an alert if the post contains the word "monkey"</Description>
    </Catalog>
    <FeedFlare>
        <Text>Monkey Alert for "${.[count((a:content//text())[contains(.,'monkey')]) &gt; 0]/a:title}"!</Text>
    </FeedFlare>
</FeedFlareUnit>