XSLT (Extensible Stylesheet Language Transformations) is a declarative, XML-based language used for the transformation of XML documents.
1
vote
2answers
3k views
Change XSLT for Discussion Board, deploy via VS2010
So we are creating a branded web site for a client to deploy internally (kind of an intranet), but 99% of users won't see the ribbon, just a branded information site.
They want to use the Discussion ...
5
votes
2answers
3k views
Sharepoint 2010 XsltListViewWebPart on site definition template
Im having a problem placing the XsltListViewWebPart on my Default.aspx template (relevant code bellow)
<WebPartPages:WebPartZone runat="server" ID="NewsItemsList">
<ZoneTemplate>
...
2
votes
1answer
2k views
Sharepoint 2010 Discussion Board Thread.xsl
Ok, I have searched and searched for an answer on how to customize the thread.xsl file. So I have copied the file, and renamed it as thread2.xsl. In the threaded.aspx page, I have changed the ...
1
vote
1answer
758 views
Help xsl formatting help needed
I am creating this http://demo.webdeveloperplus.com/featured-content-slider/, image rotator in where data will be pulled automatically from a custom list.
Need help with markup, as current markup ...
1
vote
1answer
827 views
How to attach programmatically and XSL to a View
I have my custom Document Library with his own content type, views and so on...
I'd like to add a particular XSL to a View, to trasform particular value into other.. This works if I put the XSL file ...
0
votes
1answer
246 views
Customizing XLV web part's xslt
I have a list with few views. I've updated one view. Made column to be bold in the list's view.
Then I opened a web part page and added this list (Page Tools -> Insert -> Existing Lists) then opened ...
0
votes
2answers
448 views
DVWP xsl formatting help needed
Need a hand formatting some XSL. Taking a look at an example that Marc Anderson put together for a jquery accordion, I need to tweak the output. I've been playing with this for quite a while and ...
0
votes
2answers
554 views
Remove Duplicates in DVWP using JQuery
I am using a linked datasource in MOSS to create a dynamic table of contents page based on a metadata associated with files in a document library. The library contains multilookup columns for the ...
0
votes
1answer
700 views
Summing a column on a DVWP with 2 levels of grouping with incorrect subtotals
I am working with SharePoint 2007, and have been charged with making a report based on external data (SQL Server). It is a high level look at list of tickets in particular statuses. I decided to go ...