Friday, June 8, 2007

SharePoint 2007 - Tweaking the Data View with XSL

Following the Data View Basic Printing Page a small tip to show the use XSL in a Data View. What we will di is change status items e.g. High / Medium / Low into images in a Data View. These is nice to beautify your DataViewsFind the xsl:value for the column containing your status field. < xsl:value-of select="@Status"/> and change it to an xsl:choose<

No comments:

Post a Comment