Language : xslt

Title User Language Tags Description Date
XML structure to Tree View iroybot XSLT

a perfect tree representation of a XML structure (with i, l and t and empty node images)

Thursday
True / False XSLT (Umbraco) thesmu XSLT

add as macro in template

December 20
How to create a sharepoint data form web part that uses only client side JavaScript rumremix XSLT
  1. Create the html/js content that you would like to turn into a web part in the manner you are most comfortable with
  2. Create a dummy page in the site to initially hold our xslt
  3. Open site in Sharepoint Designer
  4. Find the page created in step 1, detach it from the page layout (by right clicking it), and open it for editing.
  5. Place your cursor before the or tag
  6. Paste the code in the source block below.
  7. Find Title="DataView 1" in the code you pasted and replace it with Title="MoreUsefulWebPartName"
  8. Replace the contents between <![CDATA[> with the code you created in step 1
  9. Select all of the code from <WebPartPages:DataFormWebPart...>
  10. Switch from code view to designer view. You may ignore any warning you see about missing data sources.
  11. Click the web part tab
  12. In the "Save Web part" section, select the manner in which you would like to save the new web part.
  13. Give the web part a useful name
  14. Once you make the new web part available in the web part gallery, users may now add your javascript solution to any page as they would any other web part.
September 26
Increment value in XSLT dammark XSLT

When you want to increment a value in XSLT, this is an option.

February 1, 2012
TopMenu stentebjerg XSLT

XSLT menu

January 11, 2012
XSLT Pagination iroybot XSLT

This Pagination XSLT is working just great for me. Been using it in numerous projects.

November 8, 2011
hijack submit or save button on sharepoint list form to redirect rumremix XSLT

Comment out the SharePoint:SaveButton tag and replace with input tag

November 2, 2011
Loop baseado em contador joaobarbosa XSLT October 15, 2011
How to embed javascript and html inside xslt rumremix XSLT

Place the following inside a <xsl:template> block

October 8, 2011
JavaScript in XSLT template nickaranz XSLT August 3, 2011
Customazing XsltListViewWebPart XSL with pagination diogoweb XSLT June 15, 2011
menu test wolulcmit XSLT April 12, 2011
sort dscl XSLT January 14, 2011
XSLT date time processing sukantahazra XSLT December 8, 2010
XSL-FO to make a table chrisf XSLT

I am trying to get the table to lay itself out so that the column headers wrap in preference to the table cell values. Any ideas how to achieve this?

July 28, 2010