Hi,
I got a requirement to display attachment names on screen instead of displaying paper clip in sharepoint list. How can i do this ?
I got it finally…Please refer http://amitphule.blogspot.in/2012/04/display-item-attachments-in-sh… for more informaiton on this only thing you need to make sure to get the final result is select the ID of the Sharepoint List Item:
<xsl:value-of select=”$thisNode/@ID”></xsl:value-of>