Avoiding the temptation to be the millionth blogger to say that SP1 has been released I thought id take a different tack and link to the list of issues that SP1 resolves. Also the WSS 3.0 SP1 Fix List can be found here
Hands up for volunteers to go through the lists and check them off ;-)
Showing posts with label 2007. Show all posts
Showing posts with label 2007. Show all posts
Wednesday, December 12, 2007
Tuesday, September 25, 2007
Tip: Customising Content Query Web Part XSL
There has been a plethora of articles on customising the XSL of a content query web part, some even from Microsoft ;)
I wont run over the step by step process but just add to this wealth of information a little tip on making the XSL a little easier to manage and support.
As we have learnt the XSL used to render the output is split into 3 files;
ContentQueryMain.xsl
ItemStyle.xsl
Header.xsl
All three of these files will exist in the '\Style Library\XSL Style Sheets\' library of a site created using the Publishing template.
Instead of modifying these files it is possible to create your own custom XSL style sheets for each and tell your CQWP to use these by specifying the properties as follows;
HeaderXslLink = "/Style Library/XSL Style Sheets/customHeader.xsl"
ItemXslLink = "/Style Library/XSL Style Sheets/customItem.xsl"
MainXslLink ="/Style Library/XSL Style Sheets/customMain.xsl"
I wont run over the step by step process but just add to this wealth of information a little tip on making the XSL a little easier to manage and support.
As we have learnt the XSL used to render the output is split into 3 files;
ContentQueryMain.xsl
ItemStyle.xsl
Header.xsl
All three of these files will exist in the '\Style Library\XSL Style Sheets\' library of a site created using the Publishing template.
Instead of modifying these files it is possible to create your own custom XSL style sheets for each and tell your CQWP to use these by specifying the properties as follows;
HeaderXslLink = "/Style Library/XSL Style Sheets/customHeader.xsl"
ItemXslLink = "/Style Library/XSL Style Sheets/customItem.xsl"
MainXslLink ="/Style Library/XSL Style Sheets/customMain.xsl"
Labels:
2007,
content query web part,
CQWP,
HeaderXsl,
ItemXsl,
MainXsl,
sharepoint,
XSL
Subscribe to:
Posts (Atom)