<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PeteStilgoe.com &#187; Content Query Webpart</title>
	<atom:link href="http://www.petestilgoe.com/category/content-query-webpart/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.petestilgoe.com</link>
	<description>&#34;Be fearful when others are greedy, be greedy when others are fearful.”</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:28:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Sharepoint CQWP: XSL template to display document details</title>
		<link>http://www.petestilgoe.com/2011/06/sharepoint-cqwp-xsl-template-to-display-document-details/</link>
		<comments>http://www.petestilgoe.com/2011/06/sharepoint-cqwp-xsl-template-to-display-document-details/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 08:42:11 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Content Query Webpart]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[cqwp]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=960</guid>
		<description><![CDATA[

An example XSL template to display document details in a content query webpart:

&#60;xsl:template name=&#34;DocumentsDetails&#34; match=&#34;Row[@Style=&#039;DocumentsDetails&#039;]&#34; mode=&#34;itemstyle&#34;&#62;
       &#60;xsl:variable name=&#34;SafeLinkUrl&#34;&#62;
            &#60;xsl:call-template name=&#34;OuterTemplate.GetSafeLink&#34;&#62;
                 &#60;xsl:with-param name=&#34;UrlColumnName&#34; [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/06/sharepoint-cqwp-xsl-template-to-display-document-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add extra fields to your CQWP that dont display as standard</title>
		<link>http://www.petestilgoe.com/2009/12/how-to-add-extra-fields-to-your-cqwp-that-dont-display-as-standard/</link>
		<comments>http://www.petestilgoe.com/2009/12/how-to-add-extra-fields-to-your-cqwp-that-dont-display-as-standard/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 15:04:34 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Content Query Webpart]]></category>
		<category><![CDATA[Sharepoint Webparts]]></category>
		<category><![CDATA[cqwp]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=486</guid>
		<description><![CDATA[

1) Export your Content Query Web part to your desktop
2) Open it with Notepad and look for the following line of code:


3) Change this line to the following, and replace the portion MYINTERNALCOUMNNAME with the internal column name for your column

MYINTERNALCOUMNNAME
4) Save your file
5) Import the web part
- Edit page
- Add Web Parts
- Switch to [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/12/how-to-add-extra-fields-to-your-cqwp-that-dont-display-as-standard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

