<?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: Site Collection and Variation relative URLs in Office SharePoint Server 2007</title>
	<atom:link href="http://blog.mastykarz.nl/site-collection-variation-relative-urls-office-sharepoint-server-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/site-collection-variation-relative-urls-office-sharepoint-server-2007/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP &#124; ISSN 2210-9390</description>
	<lastBuildDate>Fri, 10 Feb 2012 18:00:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/site-collection-variation-relative-urls-office-sharepoint-server-2007/comment-page-1/#comment-109744</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Wed, 14 Dec 2011 16:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/site-collection-variation-relative-urls-office-sharepoint-server-2007/#comment-109744</guid>
		<description>@Bathula: It depends on where you would like to use the URL. In most scenarios you would use the SPUtility.GetServerRelativeUrlFromPrefixedUrl(&quot;~SiteCollection/_layouts/viewlsts.aspx&quot;) method.</description>
		<content:encoded><![CDATA[<p>@Bathula: It depends on where you would like to use the URL. In most scenarios you would use the SPUtility.GetServerRelativeUrlFromPrefixedUrl(&#034;~SiteCollection/_layouts/viewlsts.aspx&#034;) method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bathula</title>
		<link>http://blog.mastykarz.nl/site-collection-variation-relative-urls-office-sharepoint-server-2007/comment-page-1/#comment-109308</link>
		<dc:creator>Bathula</dc:creator>
		<pubDate>Tue, 13 Dec 2011 05:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/site-collection-variation-relative-urls-office-sharepoint-server-2007/#comment-109308</guid>
		<description>Hi Waldek,

could you please suggest me the relative URL that i need to give on my master page to open any site collections view all site content page. currently i am giving URL as &quot;/_layouts/viewlsts.aspx&quot;. This works fine when i am on root site collection. But fails the logic when on other site collections like /sites/sitecollection2/. 

thank you
Bathula</description>
		<content:encoded><![CDATA[<p>Hi Waldek,</p>
<p>could you please suggest me the relative URL that i need to give on my master page to open any site collections view all site content page. currently i am giving URL as &#034;/_layouts/viewlsts.aspx&#034;. This works fine when i am on root site collection. But fails the logic when on other site collections like /sites/sitecollection2/. </p>
<p>thank you<br />
Bathula</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/site-collection-variation-relative-urls-office-sharepoint-server-2007/comment-page-1/#comment-9580</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Mon, 08 Dec 2008 06:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/site-collection-variation-relative-urls-office-sharepoint-server-2007/#comment-9580</guid>
		<description>Hi Keith,

Thanks for your comment.

1. Yes. Explained it here: http://blog.mastykarz.nl/variations-and-the-natural-language-of-a-page/
2. Good Point :D
3. Good Point :D

Thanks again!</description>
		<content:encoded><![CDATA[<p>Hi Keith,</p>
<p>Thanks for your comment.</p>
<p>1. Yes. Explained it here: <a href="http://blog.mastykarz.nl/variations-and-the-natural-language-of-a-page/" rel="nofollow">http://blog.mastykarz.nl/variations-and-the-natural-language-of-a-page/</a><br />
2. Good Point :D<br />
3. Good Point :D</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Dahlby</title>
		<link>http://blog.mastykarz.nl/site-collection-variation-relative-urls-office-sharepoint-server-2007/comment-page-1/#comment-9579</link>
		<dc:creator>Keith Dahlby</dc:creator>
		<pubDate>Mon, 08 Dec 2008 06:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/site-collection-variation-relative-urls-office-sharepoint-server-2007/#comment-9579</guid>
		<description>1) Have you considered implementing the ~variation token in an ExpressionBuilder?
2) SPUtility.GetServerRelativeUrlFromPrefixedUrl() can handle ~site and ~sitecollection for you.
3) One-liner to collapse trailing slashes:
siteUrl = siteUrl.TrimEnd(&#039;/&#039;)+&#039;/&#039;;

Compulsive nit-picks aside, very nice!</description>
		<content:encoded><![CDATA[<p>1) Have you considered implementing the ~variation token in an ExpressionBuilder?<br />
2) SPUtility.GetServerRelativeUrlFromPrefixedUrl() can handle ~site and ~sitecollection for you.<br />
3) One-liner to collapse trailing slashes:<br />
siteUrl = siteUrl.TrimEnd(&#039;/&#039;)+&#039;/';</p>
<p>Compulsive nit-picks aside, very nice!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

