Tagged Questions
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 ...
3
votes
1answer
277 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 ...
1
vote
1answer
296 views
CQWP Error when modifying webpart and ItemStyle.xsl : from example SP2010
I am trying to create a webpart that would take blog posts from subsites under site and roll them up. I found a blog that describes exactly what I am trying to achieve here. After following these ...
0
votes
1answer
692 views
item style xsl profile picture
I am trying to create custom query in SP2010 called company announcement.
I would like to include the profile picture of the author from the sharepoint user profile.
Any help would be great!
...
0
votes
1answer
177 views
Error in a content query web part 2007
any one can know what the error in the following code :
when I remove the variable LinkTarget1 it will run
<xsl:template name="INeedTo" match="*" mode="itemstyle">
<xsl:variable ...
2
votes
1answer
2k views
XSLT, get imageurl from custom image field
I have a Contenttype with a custom Image with formatting and constraints for publishing -- StockImg.
I have a rollup of all listitems with this Contenttype.
In my ItemStyle.xsl I have created a custom ...
1
vote
1answer
1k views
Customize discussion board xslt
I wanted to modify the xslt file that displays discussion board threads. I tried to find the xslt in "Style Library" -> "XSL Style Sheets" but could not find the stylesheet there. Where can I find the ...
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 ...
1
vote
2answers
2k views
Calling Javascript within XSL after transformation in RSS Web Part
Hey all, got a tricky one for you.
I have an RSS web part which uses a custom ItemStyle.xsl stylesheet to transform the results of the RSS feed into a UL list.
I have some jQuery I want to inject ...
1
vote
0answers
608 views
List of Custom Item Styles for Content Query Web Part [closed]
Nearly every one of us have designed custom ItemStyles in ItemStyle.xsl to produce the presentation format needed by business. I think it will be great if we can put together these styles here for the ...