<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Extending Content Query Web Part XSLT with custom functions</title>
	<atom:link href="http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP &#124; ISSN 2210-9390</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:22:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: MossBuddy</title>
		<link>http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/comment-page-1/#comment-91991</link>
		<dc:creator>MossBuddy</dc:creator>
		<pubDate>Tue, 13 Sep 2011 20:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/#comment-91991</guid>
		<description>thanks Waldek, so anyway we can avoid this caching problem of the XSLT, as because of the caching the users see the Title of the webpart in a different language than it is meant to be...anyway to avoid this XSLT output caching in the CQWP/ECQWP (instead of writing a new webpart).
thanks</description>
		<content:encoded><![CDATA[<p>thanks Waldek, so anyway we can avoid this caching problem of the XSLT, as because of the caching the users see the Title of the webpart in a different language than it is meant to be&#8230;anyway to avoid this XSLT output caching in the CQWP/ECQWP (instead of writing a new webpart).<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/comment-page-1/#comment-90590</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Fri, 02 Sep 2011 04:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/#comment-90590</guid>
		<description>@MossBuddy: I don&#039;t think that would help since the cache-control meta tag would apply to the page that&#039;s rendering the XSLT not the XSLT itself. Additionally, since the Web Part already is on a page, you would get the html tag twice which might break your page rendering.</description>
		<content:encoded><![CDATA[<p>@MossBuddy: I don&#039;t think that would help since the cache-control meta tag would apply to the page that&#039;s rendering the XSLT not the XSLT itself. Additionally, since the Web Part already is on a page, you would get the html tag twice which might break your page rendering.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MossBuddy</title>
		<link>http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/comment-page-1/#comment-90520</link>
		<dc:creator>MossBuddy</dc:creator>
		<pubDate>Thu, 01 Sep 2011 13:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/#comment-90520</guid>
		<description>Hey Waldek,
How are you? Hope you are doing great.
Hey I wanted to ask you, what if we have output caching enabled (ofcourse some custom parameters used using varyby). And in the XSLT extensions we change TITLE of the webpart (basically to get multilingual Title depending on user profile language). So my experience has been that the XSLT is cached (I m confused as to whether it is output cache or some other cache). And that causes the XSLT to render the title of a wrong language (meaning it fetches cached XSLT, so whoever accessed it earlier the next person wld see that language title). So I wanted to check if I introduce a attribute in the XSLT like this, will it help:




       

Let me know u r thoughts.
Thanks</description>
		<content:encoded><![CDATA[<p>Hey Waldek,<br />
How are you? Hope you are doing great.<br />
Hey I wanted to ask you, what if we have output caching enabled (ofcourse some custom parameters used using varyby). And in the XSLT extensions we change TITLE of the webpart (basically to get multilingual Title depending on user profile language). So my experience has been that the XSLT is cached (I m confused as to whether it is output cache or some other cache). And that causes the XSLT to render the title of a wrong language (meaning it fetches cached XSLT, so whoever accessed it earlier the next person wld see that language title). So I wanted to check if I introduce a attribute in the XSLT like this, will it help:</p>
<p>Let me know u r thoughts.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khushi</title>
		<link>http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/comment-page-1/#comment-77969</link>
		<dc:creator>Khushi</dc:creator>
		<pubDate>Mon, 02 May 2011 14:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/#comment-77969</guid>
		<description>Hi there, this article didn&#039;t help. Since i have to pull preview/Thumbnail column and the pic library setting doesn&#039;t show its internal name to set it for imageurl.
If I get the name of the column i can set it in .Webpart as well as in ItemStyle.xsl.

Thanks.
Khushi</description>
		<content:encoded><![CDATA[<p>Hi there, this article didn&#039;t help. Since i have to pull preview/Thumbnail column and the pic library setting doesn&#039;t show its internal name to set it for imageurl.<br />
If I get the name of the column i can set it in .Webpart as well as in ItemStyle.xsl.</p>
<p>Thanks.<br />
Khushi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/comment-page-1/#comment-77831</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Sun, 01 May 2011 09:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/#comment-77831</guid>
		<description>@Khushi: There is an article on MSDN on how you can include custom fields in the CQWP: http://msdn.microsoft.com/en-us/library/ms497457.aspx. Let me know if it helped you.</description>
		<content:encoded><![CDATA[<p>@Khushi: There is an article on MSDN on how you can include custom fields in the CQWP: <a href="http://msdn.microsoft.com/en-us/library/ms497457.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms497457.aspx</a>. Let me know if it helped you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khushi</title>
		<link>http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/comment-page-1/#comment-77813</link>
		<dc:creator>Khushi</dc:creator>
		<pubDate>Sun, 01 May 2011 04:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/#comment-77813</guid>
		<description>Thanks Waldek for your response. Well, I am working on 2007</description>
		<content:encoded><![CDATA[<p>Thanks Waldek for your response. Well, I am working on 2007</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/comment-page-1/#comment-77717</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Sat, 30 Apr 2011 06:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/#comment-77717</guid>
		<description>@Khushi: are you working with SharePoint 2010 or 2007?</description>
		<content:encoded><![CDATA[<p>@Khushi: are you working with SharePoint 2010 or 2007?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khushi</title>
		<link>http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/comment-page-1/#comment-77662</link>
		<dc:creator>Khushi</dc:creator>
		<pubDate>Fri, 29 Apr 2011 17:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/#comment-77662</guid>
		<description>Hi there. Informative and nicely narrated article. i have quick question though regarding CQWP. How can be image displayed on CQWP from Picture Lib? I read many articles and tried didn&#039;t get through this question. As mentioned in every blog/articles to use P: to know the name of the field to use it in .webpart as well as in XSLT file. but P: is not giving me any field names. May be because i hv Picture library which is based on Picture Content Type. Also, not able to find the field names of Preview or Thumbnail columns. please suggest.. Thanks Khushi</description>
		<content:encoded><![CDATA[<p>Hi there. Informative and nicely narrated article. i have quick question though regarding CQWP. How can be image displayed on CQWP from Picture Lib? I read many articles and tried didn&#039;t get through this question. As mentioned in every blog/articles to use P: to know the name of the field to use it in .webpart as well as in XSLT file. but P: is not giving me any field names. May be because i hv Picture library which is based on Picture Content Type. Also, not able to find the field names of Preview or Thumbnail columns. please suggest.. Thanks Khushi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/comment-page-1/#comment-73226</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Thu, 24 Mar 2011 15:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/#comment-73226</guid>
		<description>@david: One way is to use substring-before(@Title, &#039;.aspx&#039;), which will return everything before the .aspx extension.</description>
		<content:encoded><![CDATA[<p>@david: One way is to use substring-before(@Title, &#039;.aspx&#039;), which will return everything before the .aspx extension.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/comment-page-1/#comment-73221</link>
		<dc:creator>david</dc:creator>
		<pubDate>Thu, 24 Mar 2011 14:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/#comment-73221</guid>
		<description>Thanks alot for great post.
I use Content query webpart to show most recent document in wiki library, but it show link with .aspx extension.Please show me the way to hide this extension, only the name is very nice!
Thank</description>
		<content:encoded><![CDATA[<p>Thanks alot for great post.<br />
I use Content query webpart to show most recent document in wiki library, but it show link with .aspx extension.Please show me the way to hide this extension, only the name is very nice!<br />
Thank</p>
]]></content:encoded>
	</item>
</channel>
</rss>

