<!DOCTYPE FeedFlareUnit SYSTEM "FeedFlareUnit-1.0.dtd">
<FeedFlareUnit>
    <Catalog>
        <Title>Hello World 2</Title>
        <Description>A static FeedFlare unit that says hello from the author and links to the main web page</Description>
    </Catalog>
    <FeedFlare>
        <Text>Hello from ${(ancestor-or-self::*/a:author/a:name)[last()]}</Text>
        <Link href="${../a:link[(@rel='alternate' or not(@rel))]/@href}"/>
    </FeedFlare>
</FeedFlareUnit>
