<?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>Erik Nordin about EPiServer &#187; virtual file</title>
	<atom:link href="http://antecknat.se/blog/tag/virtual-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://antecknat.se/blog</link>
	<description>A blog about understanding and extending EPiServer</description>
	<lastBuildDate>Fri, 11 May 2012 12:52:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Trouble loading virtual file with spaces</title>
		<link>http://antecknat.se/blog/2008/04/29/trouble-loading-virtual-file-with-spaces/</link>
		<comments>http://antecknat.se/blog/2008/04/29/trouble-loading-virtual-file-with-spaces/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 13:50:28 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[urldecode]]></category>
		<category><![CDATA[urlencode]]></category>
		<category><![CDATA[virtual file]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=10</guid>
		<description><![CDATA[Had some trouble loading a vitrual file containing spaces. The problem was apperently that some characters were urlencoded, a simple Server.UrlDecode(CurrentPage["DocumentPath"]) solved the problem.]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/04/29/trouble-loading-virtual-file-with-spaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get file size from a virtual file in EPiServer</title>
		<link>http://antecknat.se/blog/2008/04/28/get-file-size-from-a-virtual-file-in-episerver/</link>
		<comments>http://antecknat.se/blog/2008/04/28/get-file-size-from-a-virtual-file-in-episerver/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 12:30:33 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[filesize]]></category>
		<category><![CDATA[virtual file]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=8</guid>
		<description><![CDATA[VirtualFile file = System.Web.Hosting.HostingEnvironment.VirtualPathProvider.GetFile( CurrentPage["FilePath"].ToString() ); UnifiedFile f = file as UnifiedFile; return f.Length / 1024 + &#8221; kb&#8221;;]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/04/28/get-file-size-from-a-virtual-file-in-episerver/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

