Tagged Questions
0
votes
1answer
27 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
34 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 ...
1
vote
0answers
183 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. ...
2
votes
2answers
143 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
739 views
ddwrt:FormatDate is reverting date parts
I'm using a custom XSLT file to format the oob created column to not show time, only date.
I have this code :
<xsl:template name="FieldRef_ValueOf.Created"
...
6
votes
3answers
455 views
Show created field with only date in XSL
I have a custom XSL file I linked in one my view. I would like to display the created field value as a date only.
By now I have this xsl template :
<xsl:template name="FieldRef_ValueOf.Created"
...
0
votes
1answer
448 views
xsltlistview overiding the column headings using Xsl Link
I have a listview webpart that used specific columns.
Changing the names of the columns is not an option.
Our users are insisting that the heading for these columns be updated, so I am thinking of ...
0
votes
1answer
143 views
XSLV web part: default xsl templates
Where default xsl templates for xslt view list web part are soterd?
As I know I can override any template in custom XSL file, but where can I find all the default templates? For example I need a ...
1
vote
1answer
707 views
Content Query Web Part: Lookup Column Value and XSL
There is a List with Lookup field. And there is a CQWP web part which uses this list as a Source and uses custom XSL style added to Itemstyle.xsl.
And there is a problem how to render this field as a ...
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 ...
0
votes
2answers
1k views
Unable to display this Web Part. To troubleshoot the problem, open this Web page … & Error: Reference to undefined entity 'nbsp'
I created a page in SharePoint Designer 2007 that use a SharePoint Library. I used the method of 'generating XSLT' from this page - How to customize the header titles of the List Views web part ...
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"?>
...
1
vote
2answers
428 views
Custom XSLT for taxonomy field in xsltlistviewwepbart for SharePoint 2010
I'm trying to modify the out-of-the-box rendering of the xslt list view webpart to collapse the terms, and show (..more) if there are more than 1 term in the field.
I already did this for an "Authors" ...
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 ...
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
1answer
297 views
DVWP sorting the data with xslt and removing the duplicates
I'm working with SharePoint 2007. I try to modify the DVWP with the XSLT.
The web part pulls the data from the list, what i want to do is just sort the data and show the results. - I can't sort the ...
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
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
1answer
771 views
Using a list view to filter another list view
I have two lists; List A and List B. List B has a lookup column to List A.
I want to filter List B based on the value in the field that looks up A. This can of course be done using the default OOTB ...
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 ...
1
vote
1answer
136 views
Copying code over in Sharepoint Designer 2010 and changing it, deletes code from the original file, how can I fix this
Suppose I have two files, A, and B respectively.
Everytime I copy xsl code from file A to B and modify the code in B and save it. The code in A gets removed (all except for the WebPartZone tags and a ...
2
votes
2answers
2k views
Issue trying to customize xslt layout of a list view
This is probably simple but here goes. I want to customize the xslt layout of a list view. The idea is to add a header to the top which shows the name of the list. Here is what I have so far.
...
4
votes
2answers
2k views
XSLT ListView web part grouping and filtering
I have a web page in sharepoint 2010 on which I have added a document library using a XSLT ListView web part in sharepoint designer. I created a parameter that gets its value from the URL and is used ...
0
votes
1answer
568 views
deploy XSLT list view webpart using “AllUserWebPart” through a feature from the solution package
I am trying to deploy custom pages from feature. I came to know that the webparts(oob or custom) are to be deployed from the elements file using the "AllUserWebPart" wherein we have to include the ...
1
vote
3answers
1k views
Hide column in xslt view
I've got an xslt list view. I have one column that should be used in the xslt calculation (shown as a row tooltip) but it should not be visible as a column in the list.
Question: Must the column be ...
1
vote
3answers
891 views
content query web part versus custom web part
In a publishing site, I want to create a webpart that display the result of a query with a custom display (a kind of rotator).
As the goal of the web part is to be reusable and must be quite simply ...