Hello,
for your scenario, Repeater is the webpart you are looking for.
As for the transformation code, if you have sample Coporate Site, you can find a greate example if you go to Company -> Offices.
If you view this page in CMS Desk, you will find an Offices repeater. You should then have a look on the transformation it uses for listing Office Documents.
You will probably be most interested in this line of code:
<a href="<%# GetDocumentUrl() %>" class="header"><%# Eval("OfficeName", true) %></a>
Dave