have a list in SharePoint portal. Also I have added description to each of the fields in list. Now I have created a dataview webpart in SharePoint 2007 Designer. I am able to get the list column values but I em not able to get the Column description ? Can anyone tell me how can I get the description of the list column using xslt in sharepoint designer?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Sharmila, You cannot get the Description of the column, in DataViewWebpart, since the description which you provided becomes part of Field Description Attritbute, and the value of the Field becomes part of SPList Item. |
|||
|
|
<xsl:value-of select="@NameOfDescriptionFieldHere" />– Daniel Ziga Jan 27 '12 at 9:38