I have a WSS list containing user profile data (Columns: Username, Name, DOB) etc. I need to display the correct user profile from this list using the username of the currently logged in user (Active Directory).
I know the WSS web parts are limited so I'm going to use the RSS feed for the list and filter & transform it through some XSL using the XML web part.
How do I get the username of the currently logged in user and stick it into my XSL?