XSLT Fragment Help

Hi

I need a little help with some XSL to transform an atom feed into HTML.

Here’s the atom feed:

I need help with an XSL fragment to render the first 5 <entries> into HTML displaying only the <title> and date portion of the <published> value.

Ideally I would also like to link the <title> using the “href” attribute of the <link> element.

Does that make sense?