If you haven't worked with custom XSL templates in SharePoint before, please read the USAGE PAGE, where I give some simple instructions about the best way to use the files includes in the download.
Category | Name | Short Description | Dependencies | Introduced |
---|---|---|---|---|
Conversion | ConvertToCelsius | Converts a temperature in degrees Farenheit to degrees Celsius. | NA | 0.0.1 |
Conversion | FormatFileSize | This template will format a file size (or any other number for that matter) into the appropriate unit of measure (Bytes, KB, MB, GB, TB) based on its magnitude. | NA | 0.0.5 |
Multi-Select | MultiSelectDisplay | This template lets you display the values in a multiselect column "nicely", using a separator of your choosing. | NA | 0.0.1 |
Multi-Select | MultiSelectValueCheck | This template checks to see if a specific value is present in a multi-value column. | NA | 0.0.1 |
Statistical | GetPercentileValue | Given a nodeset and a percentile (expressed as a number from 0-100), returns the percentile value of a column. | NA | 0.0.1 |
String | FirstNWords | Displays the first N words from a string of text. (Use StripHTML first if your content includes markup.) | NA | 0.0.1 |
String | StripHTML | Strips the HTML tags out of a section of content. | NA | 0.0.1 |
String | ToLower | Converts a string to lower case. | NA | 0.0.1 |
String | ToUpper | Converts a string to upper case. | NA | 0.0.1 |
String | CountOccurrences | Counts the number of occurrences of a string within another string. | NA | 0.0.8 |
String | FixAmpersands | When "joining" columns which may contain ampersands, the ampersand in the primary list must be encoded as &. | NA | 0.0.9 |
User | GetUserID | This template returns the user's ID from a Person or Group value. | NA | 0.0.1 |
User | GetUserIDs | This template returns the user IDs from a Person or Group column which allows multi-select. | GetUserID | 0.0.1 |
User | GetUserName | This template returns the user's name from a Person or Group value. | NA | 0.0.1 |
User | GetUserNames | This template returns the user names from a Person or Group column which allows multi-select. | GetUserName | 0.0.6 |
User | GetUserEmail | This template returns the user's Email from a Person or Group value. | NA | 0.0.1 |
User | MailtoUser | This template returns a mailto: link for the user's Email from a Person or Group value. | NA | 0.0.1 |
User | MailtoUsers | This template returns mailto: links for the user Emails from a Person or Group column which allows multi-select. | MailtoUser | 0.0.1 |