<?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"
	>
<channel>
	<title>Comments on: PowerShell script to make an XML sitemap</title>
	<atom:link href="http://www.johndcook.com/blog/2008/05/27/powershell-script-to-make-an-xml-sitemap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johndcook.com/blog/2008/05/27/powershell-script-to-make-an-xml-sitemap/</link>
	<description>The blog of John D. Cook</description>
	<pubDate>Thu, 20 Nov 2008 17:43:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Clift Norris</title>
		<link>http://www.johndcook.com/blog/2008/05/27/powershell-script-to-make-an-xml-sitemap/#comment-909</link>
		<dc:creator>Clift Norris</dc:creator>
		<pubDate>Wed, 28 May 2008 21:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/05/27/powershell-script-to-make-an-xml-sitemap/#comment-909</guid>
		<description>At first I was a little confused as to how this script should be executed. I initially thought that the script ended with the last close-curly-brace.  I expected to dot-source the code then execute the script via "dir &#124; wrap &#124; out-file -encoding ASCII sitemap.xml".  
That did work, but I later realized that ALL your code should be put into a file (myScript.ps1) and I should execute the file via ".\myScript.ps1".
Very cool results, either way!</description>
		<content:encoded><![CDATA[<p>At first I was a little confused as to how this script should be executed. I initially thought that the script ended with the last close-curly-brace.  I expected to dot-source the code then execute the script via &#8220;dir | wrap | out-file -encoding ASCII sitemap.xml&#8221;.<br />
That did work, but I later realized that ALL your code should be put into a file (myScript.ps1) and I should execute the file via &#8220;.\myScript.ps1&#8243;.<br />
Very cool results, either way!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
