XSLT (Extensible Stylesheet Language Transformations) is a declarative, XML-based language used for the transformation of XML documents.
0
votes
0answers
19 views
How to distribute People Search Core Results over two columns using XSL
I have found one answered question on this topic, but those who answered simply directed the asker to a tutorial site where the method used didn't seem to obviously apply to a People Search Core ...
0
votes
1answer
10 views
InfoPath 2013 to replace formated SSRS reports of Single SharePoint List items?
New to Infopath.
Can we natually and easily use Infopath 2013 to do the following with SharePoint:
Format SharePoint List Data on a sharePoint WebPart web page for a single SP List item (determined ...
0
votes
1answer
26 views
use of 14hive resources in XSLT for XLV
Is there a way to use 14hive(!) custom resources ( Resource:MyCompany.MyProject.resx, MyProject.SomeComponent.SomeResourceKey; ) in a XSLT files for XsltListViewWebPart (and views)? Please, notice the ...
0
votes
1answer
19 views
XSLT filter for Yes/No Column/Field in SharePoint Custom List for SharePoint Designer DataView WebPart
I'm trying this with no luck:
[@ActiveStatus='Yes']
also tried 1, '1', 'True' .. get no rows back.. If I remove the filter I get back all rows.
full line in code view looks like this:
...
0
votes
1answer
31 views
Need help with getting List Item counts
I have a custom list created that tracks project status by stages. I need to present the same in a chart format. Below is the list information.
Columns
*Project Name
*Development(Phase1)
...
1
vote
1answer
48 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 ...
0
votes
2answers
35 views
How do I dynamically insert a web part onto a page using Sharepoint Designer 2010?
I have a requirement to create a DVWP which queries a list of items: 1.1, 1.2, 1.3 etc. I have a webpart that takes an input (i.e. "1.1") and does some cool stuff with it.
What I would like to do is ...
0
votes
0answers
23 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
1answer
45 views
Possible to add XSLT to CQWP through UI?
Using C#, I am inserting web parts into web part zones programmatically and styling them. More specifically, I'm inserting CQWP's and assigning XSLT files to them.
I'm now wanting to allow users to ...
1
vote
0answers
40 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 ...
0
votes
0answers
36 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
1answer
30 views
XSLT Filter list items in DFWP by Current Date & Time
I have a list with the fields "Effective" and "Expires". Both fields are Date and Time data types. I want to show the list items where the current date/time is greater than Effective and less than ...
2
votes
2answers
105 views
In a ContentByQueryWebPart, how to generate a link to the item's display form?
I'm building a custom Xsl to customize the rendering of a ContentByQueryWebPart. This webpart is targeting pictures
In the results, I would like to generate a link to the corresponding dispform.aspx, ...
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 ...
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, ...
2
votes
2answers
51 views
is it possible to use sharepoint server-side code inside the search core web part xstl?
is it possible to use sharepoint server-side code inside the search core web part xstl?
I have to join the search web part data and data from a custom list.
I am trying to achieve this functionality:
...
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
1answer
41 views
SHarepoint Search 2010 - XSL Code Customization
I need to display the image preview on my search result by replacing the code for the search-icon as below XSL code:
img align="absmiddle" src="http://site/image/123.jpg" border="0" ...
0
votes
2answers
86 views
The URL 'shared documents/test.pdf' is invalid but file exists
Background:
I followed this article http://www.kraftkennedy.com/blog/bid/101982/Creating-Edit-Item-Forms-for-Document-Libraries-in-SharePoint-Designer-2010
I did not delete any of the fields yet
The ...
0
votes
1answer
32 views
XSLT in DVWP : Using a Content Type, I'm not able to view @Author
I've just upgraded from SharePoint 2007 to SharePoint 2010. I developed a lot of stuff in XSL in 2007 - and while a lot of it works, there are some bugs I've found in my code that I don't know what to ...
0
votes
1answer
83 views
Issue checking for contains in CQWP, comparing against Managed Metadata field
I have a unique scenario where I need to compare values for conditional formatting of my Content Query Web Part. In most circumstances this is pretty easy, and we thought this was working for the most ...
0
votes
1answer
89 views
How to dynamically pass values such as images and multiline texts to a wiki page which needs to be rendered in XSLT
I have a requirement where I have a list which contains 4 columns named
1.Title 2.Image 3.Short Description 4.Full Description.
Now my requirement is that I need to display this list in a ...
0
votes
1answer
67 views
CQWP Get Author Information
I've got a content query web part displaying items from a list which includes an author column. I've managed to get the author's name and picture displaying, but I don't know how to get their ...
3
votes
1answer
82 views
Modify xslt in search core web part to join a column from another list
I am using search core web part to display the results of my search. I have added a column in xslt so that it displays ProjectId in the search result. I am using BCS to search an external database. I ...
1
vote
1answer
44 views
Set TaskOutcome using JavaScript
I created custom task display form and need to add 2 buttons to allow user approve and reject task in display mode.
How can I set TaskOutcome value using JS?
My code is the following:
<td ...
0
votes
1answer
101 views
How do I View the Raw XML Output of a Content Query Web Part?
I would like to see the Raw XML that is output from a content query web part so that I can develop a custom xsl stylesheet for this.
I have the publishing infrastructure enabled. I assume I can do ...
0
votes
0answers
43 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 | ...
1
vote
1answer
42 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
0answers
175 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. ...
0
votes
1answer
135 views
Can the list view's XslLink property contain a web address?
Some Background...
I have created a custom blog web template (which I started by copying and pasting the OOTB blog site definition) and in order to customise the way blog posts are displayed, I have ...
1
vote
1answer
142 views
XSL - Grouping by list item column with multiple entries
I am attempting to utilize XSL to format results pulled from a document library, but unfortunately this is my first stab at XSL ever.
The columns in the document library are fairly standard - Title, ...
0
votes
1answer
103 views
Missing some custom fields on Content Query
I need to display my custom list rows using a custom XSLT, so I have configured a CQWP to display these rows from this specific list. Although, even the Order by dropdown list displaying all list ...
0
votes
2answers
109 views
How to call a c# method in my XSL File
I have two lists Client and Project, each Client has from 0 to N Project stocked in his SPLookupField where multi values are allowed. And I created a new computed Column in the Client List where it ...
1
vote
1answer
59 views
Modify Link List
When I add
<table >
<xsl:apply-templates select='Rows/Row'/>
</table>
</xsl:template>
<xsl:template match='Row'>
<tr>
...
0
votes
0answers
99 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 ...
1
vote
1answer
179 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 ...
0
votes
1answer
138 views
XSLT of tasks webpart in 2013 / 2010
I'm curious and maybe someone could help me to get the XSLT of the My Tasks webpart in SharePoint 2010 and 2013, i tried to find it out, but i cannot find it anywhere.
SP 2013 I don't have, but if ...
0
votes
1answer
161 views
Programmatically add new fetched properties to webpart
I have a webpart which I extend and i would like to programmatically add extra fetched properties to those that already exist, but I cannot succeed in that, maybe you could be of help to me.
So here ...
1
vote
1answer
35 views
XPath assistance [closed]
I created an XSLT translation for XML that looks like this that was workign as expected:
<?xml version="1.0" encoding="utf-8"?>
<bsar:BSAForm ...
0
votes
3answers
97 views
obtain list view rendered html from code?
Is there an option how to obtain the list view rendered html from code?
For example I have an item (for example task ct) and i would like to obtain html rendered (on server side) if this item will ...
2
votes
2answers
140 views
search result xml to list view?
is there an option how to render the search results xml like list view look&feel? For example I would like to configure that ok, this column should be rendered like a linktitle field type with all ...
1
vote
1answer
167 views
itemstyle.xsl image styling
I'm using the itemstyle.xsl file to format a CQWP query on a page. Everything is working except that I want to fix the height and width of an image. I'm displaying the image with :
...
3
votes
1answer
92 views
Custom Field Type in 2013 Not Respecting Header Template
I have a custom field type with a fldtypes_xxx.xsl template that we have carried forward from a 2010 solution into a 2013 solution. The Number_body template we are using works just fine. However, I ...
0
votes
0answers
15 views
Is there a way to sort all people search results by last name ascending? [duplicate]
I have tried a bunch of methods and havent been able to get this to work:
How do we add Sort By Last Name on People Search?
...
-1
votes
1answer
45 views
Inconsistent matching with XSLT match
Would appreciate any guidance. I have a list, which includes three columns, listed in the XSLT snippet. I can't get the "Scope Risk" aka "Scope_x0020_Risk" column to match, but the others match and ...
0
votes
1answer
37 views
Basic xslt: Hiding slots created from custom xslt
I've followed and managed to successfully implement this:
...
1
vote
2answers
398 views
Basic XSLT: Using contentquerymain.xsl for several CQWP's
Is there anyway of specifying a match condition to determine which CQWP is being 'passed through' the XSLT in main.
Ultimately, I want to have a main.xslt file to serve several CQWP's but all must ...
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
1answer
119 views
Filter a DVWP based on currently logged in user
I have a sharepoint list which lists issues.
There are 4 people(not fixed) from separate groups(say A,B,C and D) responsible for each issue.
Now I've a requirement according to which,
I'll have ...
0
votes
2answers
307 views
SharePoint 2010 - How to link directly to a document through XSLT?
I have exported a content query web part which is looking at a document library. The items appear correctly. The web part was exported to generate a custom appearance. When clicking on the document ...

