<?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: Generating tag cloud using the Content Query Web Part</title>
	<atom:link href="http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/</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: Pim Verver</title>
		<link>http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/comment-page-1/#comment-84014</link>
		<dc:creator>Pim Verver</dc:creator>
		<pubDate>Thu, 30 Jun 2011 10:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/#comment-84014</guid>
		<description>Hi Waldek,

Just a question: am I correct in asserting that you hardcode the fieldname (in this case &#039;category&#039;) in the XSLT, so that if I need to reference another list and another fieldname, I select the list in the webpart properties pane, but am forced to change the style sheets to give the correct fieldname?

Thanxs in advance</description>
		<content:encoded><![CDATA[<p>Hi Waldek,</p>
<p>Just a question: am I correct in asserting that you hardcode the fieldname (in this case &#039;category&#039;) in the XSLT, so that if I need to reference another list and another fieldname, I select the list in the webpart properties pane, but am forced to change the style sheets to give the correct fieldname?</p>
<p>Thanxs in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/comment-page-1/#comment-71356</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Thu, 03 Mar 2011 14:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/#comment-71356</guid>
		<description>@ed mendoza: definitely! Depending on your branding there are multiple approaches you can take. The best would be to use div layouts + CSS but a table might work as well.</description>
		<content:encoded><![CDATA[<p>@ed mendoza: definitely! Depending on your branding there are multiple approaches you can take. The best would be to use div layouts + CSS but a table might work as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ed mendoza</title>
		<link>http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/comment-page-1/#comment-71151</link>
		<dc:creator>ed mendoza</dc:creator>
		<pubDate>Tue, 01 Mar 2011 03:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/#comment-71151</guid>
		<description>Hi, is there a way to use CQWP to display the list in two columns? Thanks</description>
		<content:encoded><![CDATA[<p>Hi, is there a way to use CQWP to display the list in two columns? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/comment-page-1/#comment-61117</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Wed, 24 Nov 2010 05:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/#comment-61117</guid>
		<description>@Mark: sorry to bring you the bad news but if you want to customize the CQWP, you need access to the Style Library.</description>
		<content:encoded><![CDATA[<p>@Mark: sorry to bring you the bad news but if you want to customize the CQWP, you need access to the Style Library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/comment-page-1/#comment-61070</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 23 Nov 2010 13:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/#comment-61070</guid>
		<description>Thanks for the speedy reply. I&#039;ve had a look, but the style library seems to be hidden, both in the site, and in Sharepoint Designer so it looks like the Site Collection Owner role has been modified for us to stop people changing these settings.

Back to the drawing board it seems, but thanks for the reply, and the great resources.</description>
		<content:encoded><![CDATA[<p>Thanks for the speedy reply. I&#039;ve had a look, but the style library seems to be hidden, both in the site, and in Sharepoint Designer so it looks like the Site Collection Owner role has been modified for us to stop people changing these settings.</p>
<p>Back to the drawing board it seems, but thanks for the reply, and the great resources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/comment-page-1/#comment-61068</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Tue, 23 Nov 2010 13:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/#comment-61068</guid>
		<description>@Mark: You would have to either modify the out of the box ItemStyle.xsl and ContentQueryMain.xsl files or their copies as shown in the last section of this article. If you choose for modifying the copies you would have to export the CQWP and link your custom XSLT files. Additionally if you&#039;re using custom XSLT files be sure that you upload them to Style Library: it&#039;s the only location that the CQWP allows.</description>
		<content:encoded><![CDATA[<p>@Mark: You would have to either modify the out of the box ItemStyle.xsl and ContentQueryMain.xsl files or their copies as shown in the last section of this article. If you choose for modifying the copies you would have to export the CQWP and link your custom XSLT files. Additionally if you&#039;re using custom XSLT files be sure that you upload them to Style Library: it&#039;s the only location that the CQWP allows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/comment-page-1/#comment-61067</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 23 Nov 2010 12:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/#comment-61067</guid>
		<description>I&#039;ve tried to follow the instructions above, but I&#039;m totally confused. Perhaps you could help?

I&#039;m using Moss 2007, and have Site Collection Owner rights (but not access to the server). I&#039;d like to include this tag cloud on the site, taking results from a list (lets call it &#039;tag cloud&#039;). Where in the scripts above would I need to reference this? Also, where do the files need to be stored for it to work?

Thanks</description>
		<content:encoded><![CDATA[<p>I&#039;ve tried to follow the instructions above, but I&#039;m totally confused. Perhaps you could help?</p>
<p>I&#039;m using Moss 2007, and have Site Collection Owner rights (but not access to the server). I&#039;d like to include this tag cloud on the site, taking results from a list (lets call it &#039;tag cloud&#039;). Where in the scripts above would I need to reference this? Also, where do the files need to be stored for it to work?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/comment-page-1/#comment-30877</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Thu, 22 Oct 2009 01:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/#comment-30877</guid>
		<description>Hey this works great, thanks very much! It worked for me in MOSS 2007 SP1+ with a category field of type MultiChoice. I just had to strip out the #; characters that delimit the values in the &lt;a tag that resides in Imtech.TagCloud. 

Here&#039;s my template to remove the extra category characters:


	
	
	
	
	  
		
		
		  
		  
		  
		
	  
	  
		
	  
	
</description>
		<content:encoded><![CDATA[<p>Hey this works great, thanks very much! It worked for me in MOSS 2007 SP1+ with a category field of type MultiChoice. I just had to strip out the #; characters that delimit the values in the &lt;a tag that resides in Imtech.TagCloud. </p>
<p>Here&#039;s my template to remove the extra category characters:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/comment-page-1/#comment-25167</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Sun, 02 Aug 2009 08:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/#comment-25167</guid>
		<description>@Akshay: I don&#039;t have such article myself but just type &#039;customizing cqwp&#039; in your favorite search engine and I&#039;m sure you will find it very quickly</description>
		<content:encoded><![CDATA[<p>@Akshay: I don&#039;t have such article myself but just type &#039;customizing cqwp&#039; in your favorite search engine and I&#039;m sure you will find it very quickly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akshay</title>
		<link>http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/comment-page-1/#comment-25040</link>
		<dc:creator>Akshay</dc:creator>
		<pubDate>Thu, 30 Jul 2009 14:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/generating-tag-cloud-content-query-web-part/#comment-25040</guid>
		<description>Hi Waldek,
I m lucky to have landed to this site. This is exactly I needed to include additional columns to display and style them. 

I tried adding to the property as 
/Style Library/XSL Style Sheets/MyCustom.xsl

When uploading it, it says the webpart cannot be loaded.

Any help is very much appreciated. Do u have a post wher e end-to-end there is sample implementation of adding new fields to CQWP and styling it using custom XSL.

Cheers,
Akshay</description>
		<content:encoded><![CDATA[<p>Hi Waldek,<br />
I m lucky to have landed to this site. This is exactly I needed to include additional columns to display and style them. </p>
<p>I tried adding to the property as<br />
/Style Library/XSL Style Sheets/MyCustom.xsl</p>
<p>When uploading it, it says the webpart cannot be loaded.</p>
<p>Any help is very much appreciated. Do u have a post wher e end-to-end there is sample implementation of adding new fields to CQWP and styling it using custom XSL.</p>
<p>Cheers,<br />
Akshay</p>
]]></content:encoded>
	</item>
</channel>
</rss>

