XSLT (Extensible Stylesheet Language Transformations) is a declarative, XML-based language used for the transformation of XML documents.

learn more… | top users | synonyms (1)

3
votes
1answer
278 views

Remove LI wrapper from Content Query Web Part / ContentQueryMain.xsl

I have done a fair amount of experminting with this but cannot get it to work and I'm now looking for pointers or working examples. I want to customise the output of the Content Query Web Part to ...
2
votes
1answer
51 views

Webpart not updating for Read only users

I have a SharePoint page with Two webparts, one of them is a list displaying the previous months, the other is a xsl webpart that displays the news of the selected month using the url. (like ...
2
votes
1answer
250 views

Site collection relative url in XSLT search or by JavaScript

I have the following question: I'm modifying the XSLT of the search, so it is represented differently etc etc .. in this occasion I also need to get a relative site collection url. In managed ...
2
votes
1answer
2k views

Provision XSLTListViewWebPart with <AllUsersWebPart> or <View> and customize the XslLink

I've created some custom List Definitions (aka List Templates) and am provisioning List Instances of them into my site. I am then provisioning Pages (Wiki/WebPartPages) that refer to the lists/views ...
2
votes
1answer
106 views

Template XSLT Resources

I'm beginning to customize a SharePoint blog and noticed that a bulk of customization (at least in terms of web parts) can be done through linked XSLT files but I'm struggling on finding resources or ...
1
vote
1answer
16 views

Paging is disabled in custom xsl

I modify the list. And created a xsl file for the xml view. But I can't go to other pages to see the other items. In normal lists there is arrows and the item numbers on the bottom of the list. The ...
1
vote
1answer
56 views

SharePoint 2010 Listview creates “Unable to display…” error after adding inline style

First let me say I have been all over the web looking for a fix and keep finding references to the XsltTransformTimeOut value. I have already had our admins set ours from 1 to actually 10 seconds and ...
1
vote
1answer
43 views

Show link only if folder contains a document

I have created a custom web part that displays information from a list of applications. I have created a sepearte document library that contains a folder for each application. I created a 'View ...
1
vote
1answer
185 views

“Group by” with XSLT in Search Core Results web part

I have a bit of difficulty making it possible to group by the results in search core results webpart. I have a default xslt of that webpart and from there i would like to group the results by the ...
4
votes
0answers
117 views

SharePoint XML Web Part dynamically adding xml link

Is there a way to dynamically insert a variable in the <XMLLink> --variable here--</XMLLink> tag? I'm trying to read an URL parameter which will contain the xml files path. What I am ...
2
votes
0answers
403 views

Show Author.name in custom XSL for blog post

I've been attempting to modify the XSLT on the blog posts to show the authors photo. I've managed to get the photo showing by changing the 'Created By' column to the value "Person (with picture)" and ...
2
votes
0answers
415 views

Problem with getting SafeImageHtml in CustomItem.xsl of a CQWP

I have a CQWP with the Parameters: Title:{fa564e0f-0c70-4ab9-b863-0177e6ddd247},Title,Text;| Description:{691b9a4b-512e-4341-b3f1-68914130d5b2},ShortComment,Text;| ...
1
vote
0answers
46 views

SharePoint dataformwebpart get document path without document name and folder url

I have a dataformwebpart that queries multiple document libraries. I need to open the document properties in a modal window. I have used the below <a> <xsl:attribute ...
1
vote
0answers
26 views

Linking publishing's xsl files?

I'm working on customization of some ContentByQueryWebPart. This customization consists in defining custom contentquerymain.xsl and itemstyle.xsl file. However, from one customization to another, ...
1
vote
0answers
185 views

SharePoint 2010 List Grouping Expand/Collapse Sequence Bug

I've run into a bug with a List web part that has me stumped. Bug description: Using the web part and XSL specified below, expanding groups may result in items from the wrong group being shown. ...
1
vote
0answers
467 views

Filtering SharePoint list items that have multiple values using jQuery

I have a SharePoint list that contains multiple columns of information. There’s a Category column that’s a look up to another list called ‘Category’. This is to produce unique ID’s for each of those ...
1
vote
0answers
52 views

Wierd format of Modified date and PublishingStart

Iam having trouble with date formats of these two fields: Modified and PublishingStartDate. They are different in format. Iam attaching how they display on my computer. I have regional settings set to ...
1
vote
0answers
46 views

CQWP pass columns by default

Lately we migrated a website from Sharepoint 2007 to Sharepoint 2010 and one of the issues we faced is that the content query webparts used to work fine but now it doesn't (It's missing some values) ...
1
vote
0answers
106 views

replace link in search results with custom column

I would like to edit how the search results render. The default behaviour is to start with a link to the document (or the dispform.aspx of a list item). I was able to change the url value for specific ...
1
vote
0answers
221 views

xslt enable-disable control

I have 2 control : Check box and Choice (Radio Button). On Selecting check box , radio field should be enabled and on unchecked of check box , choice field should be disabled. Can someone help with ...
1
vote
0answers
917 views

Why Sharepoint FormField's ID is parametrized and how it can take different values after its initial creation?

In SPD 2010, on designer surface of a web part page I insert DataFormWebPart by: "Current Data Source" ("Data Sources Details" Task Pane) --> choose rows --> "Insert Selected Fields As.." --> "New ...
1
vote
0answers
29 views
1
vote
0answers
220 views

Problem with 2 column layout in DVWP

MOSS 2007. I have a joined list with mutliple categories. I have a two column layout where the category is the header for each section with a group of subcategories. The categories are filtered based ...
1
vote
0answers
378 views

How do I make the XML Viewer web part ignore a Doctype element?

I have an issue with a SharePoint 2010 xml viewer webpart and an xml feed that contains DOCTYPE. The xml renders fine when there is no associated XSL with the webpart. When I add XSL to the webpart I ...
0
votes
0answers
28 views

How to use the OuterTemplate.CallPresenceStatusIconTemplate template properly?

I'm customizing a ContentByQueryWebPar instance by creating a custom itemstyle.xsl file. In this file, I defined a custom template, with one slot : <xsl:if test="@DisplayedAuthor != ...
0
votes
0answers
40 views

List view group by Lookup field only grouping by string value of Lookup, ignoring ID part

I have custom lookup field of my custom list definition: <Field Name="MyLink"...Type="Lookup" Mult="FALSE" ShowField="Title"../> Then I have list view in SharePoint Foundation 2010, created ...
0
votes
0answers
31 views

xslt transform faild 0x80004005 namespace does not contain any functions

I have created an xslt function for SharePoint and I am getting this error in sharePoint designer 2010. However it works fine in browser: xslt transform faild 0x80004005 namespace '' does not contain ...
0
votes
0answers
14 views

join data from a custom list into the results of a search core web part

I have a custom list called ReferenceList which contains two fields ProjectId and Url. I am retrieving data from SQL via BSC and displaying them in the search core web part result. The results are ...
0
votes
0answers
44 views

Using a xsl:key inside a xsl:template

I need to create a visualization like the example below for a SharePoint ContentQuery WebPart style: [+] Group A1 (a div that enables the collapsible behaviour of the table below) Column A | ...
0
votes
0answers
101 views

Group By Last Modified Date in XSL or Content Query WebPart

I need to diplay the result of my content query webpart as follows: Date modified 1 TitleTitle Date modified 2 Title Title Title I know you can't do a group by on the last modified date in de content ...
0
votes
0answers
19 views

Possible to have a space in the name of a slot?

As title says, I'm using custom XSLT to extend/style a CQWP and have referred to slots like so: <xsl:value-of select="@ImageURL" /> This then in turn generates the slot for the relevant 'edit ...
0
votes
0answers
116 views

binding items to XsltListViewWebPart Programatically in Sharepoint 2010

I have DataTable and i want bind that DataTable into XsltView instead of GridView. Is this possible or any solution ? Thanks.
0
votes
0answers
84 views

Update xml file with doc library with xlst/jquery (limited com stuff)

is there anyway to write/update an xml file within a document library, with js/jquery from a page, or with xslt or anything like this I am unaware of? I am really asking for some context I lack, and a ...
0
votes
0answers
234 views

XML Viewer Web part: filter/setting/javascript/jquery to dynamically point to xml file

perhaps this is a silly question, but is there a way to use a filter, or some script, or a setting or something like that, in SP2010 to allow a user to select various xml documents from a library and ...
0
votes
0answers
88 views

Grouping in content query web part

I'm Newbie to sharepoint 2010 . I try to apply muenchian grouping in cqwp by category, but I always get one instance of a category ,the other instance in category now shown at all. I Hardly Understand ...
0
votes
0answers
307 views

display blog posts in content query web part in Sharepoint 2010

This is my first time that I am using Content Query Web part and xslt. I have to display the last 5 posts from a blog in an Html Table. The table contains two columns. In the left column I would like ...
0
votes
0answers
1k views

How to link Title to document using XSL?

I have been struggling with this one for a couple days and figured it was time to ask for some help. I'm not sure if this is right forum, so if not please point me in the right direction. Does anyone ...
0
votes
0answers
81 views

Sharepoint Community site: Display custom field in Discussions List

Hi Im working with Sharepoint 2013 Community site, i have added a custom column in discussions list but when I go to discussions page(Topic.aspx) I cannont view that custom column. Is it possible to ...
0
votes
0answers
679 views

Sharepoint designer XSLT sum() field

I have a list with 7 items in it. The list has a value column and I would like to sum up the value column and display it in a textbox called "totalValue" that I created in sharepoint designer 2010. ...
0
votes
0answers
133 views

XSLT date format in SharePoint 2010

I have added RSS News Feed using RSS Web part in my application. Now I want to format the published date. I want it like below: Today, October 09, 2012, 9 hours ago The parameters like Today, ...
0
votes
0answers
53 views

Output the XSL value of the Body in Sharepoint Discussion Board

How do I target the Body field of the ootb sharepoint discussion board in the Itemstyle.xsl? Any help would be greatly appreciated.
0
votes
0answers
81 views

Filter on dataview spd2010

I am currently looking for a solution to filter on a dataview to bring back birthdays for the current month and the next 2 weeks. I am currently using the following: ...
0
votes
0answers
229 views

XSLT 0x80004005, a reference to variable or parameter cannot be resolved. the variable or parameter may not be defined

While trying to change a view column name so that the view would apply to all lists through an event handler I keep recieving a most annoying error after I deploy and create a new list. The initial ...
0
votes
0answers
331 views

SharePoint xslt customization

I am trying to make the following customizations in XSLT ListViewWebPart (Related code bellow de list) Create a link inside a HTML Table to Open a Modal Window (Edit Selected Item Link); Create a ...
0
votes
0answers
278 views

SharePoint Context Menu Rendering

I have a web part which is generated via XSL transformation (XML + XSL = HTML). I would like to render SharePoint Context Menu in the Web Part What I want is a JavaScript in the XSL which will ...
0
votes
0answers
132 views

xslt : Update different list items on single button click

I need to update 2 different list items on single button click. Eg : On page load, using query string parameter i am filtering items in 2 different dataformwebpart from 2 different list (say A & ...
0
votes
0answers
187 views

Implementing tab display for list items

I'm working with sharepoint 2007. I've been following this link to create a tabs display http://sharepoint.microsoft.com/Blogs/GetThePoint/Lists/Posts/Post.aspx?ID=443 Althought i encounter a lot of ...
0
votes
0answers
886 views

How to get/set the Sharepoint field elements with parametrized properties/attributes?

Tried to ask this question in comments to: A Dummies Guide to SharePoint and jQuery–Getting & Setting SharePoint Form Fields but my question is not appearing in comments 2nd day. So, one ...
0
votes
0answers
221 views

Blog default view - remove comments

I'm trying to remove comments link from post in sharepoint 2010 blog. I found out that there is a section in blog.xsl in 14 hive responsible for that. After commenting out that section, I was able to ...
0
votes
0answers
645 views

Overriding built-in field rendering template

I want to override the rendering of the built-in ContentType field for lists in display mode. I have read several articles/tutorials on the subject and all agree I should create a custom xsl template ...

1 2