How do I do a date comparison in XSL for only showing "x" if the date is within 7 days? Here's what I see in the ATOM feed
<updated>2008-05-02T01:33:36Z</updated>
<published>2008-05-02T01:33:36Z</published>
<dc:date>2008-05-02T01:33:36Z</dc:date>
I either want to use the published or dc:date...doesn't matter to me. But I don't know how to say "only show me X if the date is within the last 7 days"
Thanks