Tagged Questions
1
vote
1answer
55 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
1answer
46 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 ...
0
votes
1answer
114 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 ...
1
vote
1answer
182 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
141 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 ...
0
votes
3answers
100 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 ...
-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
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.
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 ...
3
votes
3answers
467 views
How to create a column from the value of another using xsl?
I have a custom list with two columns. I want to use xsl to take the value of the fields in the first column, build a hyperlink and put it in the second column.
Please don't suggest calculated ...
0
votes
1answer
190 views
How to add a css class to Choice field via XSL
Salvete! I have a list with a Choice field called "Scope". I want to add a class to that field using XSL, but I can't figure out how to get it to change. I want all the items in that field to get ...
1
vote
2answers
170 views
Customize table structure in XlstListViewWebPart
I need to modify the structure of the HTML rendered by the XsltListViewWebPart in the default AllItems.aspx SharePoint page. Specifically, I need to separate the column headings into its own table and ...
1
vote
1answer
947 views
Changes are not reflected on XsltListViewWebPart when changing vwstyles.xsl
I have a question regarding the vwstyles.xsl for XsltListViewWebPart.
Basically I have a strange behavior, when I change the vwstyles.xls but not directly but by the fldtype_somename.xsl, the changes ...
2
votes
1answer
254 views
XSL Transform impacting other Web Parts
I have on my SharePoint page an XSL List View Web Part linked to an XSLT file via the "XSL Link" property. Here is the content of the XSLT:
<?xml version="1.0" encoding="utf-8"?>
...
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>
...
0
votes
1answer
207 views
How to Convert Column Field into Hyperlink with xslt
Salvete! In my list, I have a column formatted as a Number, titled, say, "My Number", and the actual markup name of the column is "My_Number".
Now, I want to convert the entire column, in any ...
6
votes
2answers
2k views
XSLT Get Current date or Today in XSLT
Help please can anyone advise how I get current date, or today method in xslt 1.o SharePoint
1
vote
2answers
526 views
Constructing a link in a dataform webpart
I've setup a DataFormWebPart which aggregates tasks from subsites. The user doesn't only want to view the tasks, there should be an option to edit / open them as well. So I need a way to at least ...
0
votes
0answers
885 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 ...
1
vote
0answers
916 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 ...
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 ...
0
votes
1answer
475 views
Remove Select column in xslt web part
My apologies if I miss some of the terminology.
I have an xslt web part that I want to connect to another list. When I connect it to another list I get the select column that I don't want to see. ...
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
919 views
XML Viewer Web Part 'Failed to apply XSLT to the content'
I am trying to use the XML Viewer web part in SharePoint 2010. Using the this XML
<?xml version="1.0" encoding="UTF-8"?>
<STOCKQUOTE ROWCOUNT='1'>
<RESULT>
<ROW>
...
9
votes
2answers
2k views
How can I use normal paging on a custom view?
I'm creating several lists (and their views) programmatically, based on custom list definition templates.
When these views display more than 30 items, the following link is displayed:
Whereas on ...
1
vote
3answers
161 views
SharePoint XSLT and FF + Safari
I'm currently working on optimizing a clients website for all big browsers (IE, FF, Safari, Chrome, Opera) and I've encountered unsolveable issues (for me at least) here regarding the CQWP & ...
3
votes
2answers
683 views
<xsl:import> not working in SP2010
I have been trying for days to understand why, following an upgrade to Sp2010, none of the statements used in my web part definitions are working. The work fine in SP Designer 2010 and render as ...
0
votes
1answer
1k views
CQWP - Get Current Web URL
I am customizing the ItemStyle.xsl in SPD2010 for a CQWP crawling a whole site collection.
I need to use the current web as a variable.
I tried multiple options:
Option #1 - use server variables in ...
2
votes
1answer
948 views
Strip out DIV tags around rich text fields
I've noticed that SharePoint 2010 wraps rich text fields (multiline text) with DIV tags, which can be annoying. I've got a custom XSL template for the columns being pulled by a content query web part ...
2
votes
1answer
591 views
Can't read Enhanced Rich Text field value from CQWP
I'm trying to read the value of a multi-line, enhanced rich text field from a content query web part using a custom ItemStyle template in SP 2010. Even though it has a value, it keeps coming back as ...
0
votes
1answer
1k views
content query webpart itemstyle wrapped by group style in XSLT
I have the following markup:
<ul id="slider">
<!-- slider item -->
<li>
...
</li>
<!-- end of slider item -->
</ul>
and I have ...


