XSL Parameters

Xsl development is very similar to procedural development. We can think of the XSL tranformation as a function. This function has sub-procedures that can be called recursively (templates). The xsl and its templates can take parameters. This varia ...[Read more]

Published: 2/22/2010 |   Comments | 0  Links to this post

XsltListViewWebPart in Sharepoint 2007

The DataFormWebPart is hard to work with (but extremely flexible). When customizing the UI is not necessary the DataFormWebPart is too cumbersome. I came up with a simple user control that allows you to register an inline view inside of it. The c ...[Read more]

Published: 2/19/2010 |   Comments | 0  Links to this post