<?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: PowerShell Highlighting for GeSHi</title>
	<atom:link href="http://huddledmasses.org/powershell-highlighting-for-geshi/feed/" rel="self" type="application/rss+xml" />
	<link>http://huddledmasses.org/powershell-highlighting-for-geshi/</link>
	<description>You can do more than breathe for free...</description>
	<lastBuildDate>Mon, 15 Mar 2010 20:36:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://huddledmasses.org/powershell-highlighting-for-geshi/comment-page-1/#comment-95780</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Tue, 24 Jul 2007 02:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/jaykul/powershell-highlighting-for-geshi/#comment-95780</guid>
		<description>Uhm ... geshi messes with stuff it considers unsafe in HTML, so if you try to put in &gt; (a greater-than sign) geshi will turn it into &gt; ... let me explain by writing the same thing in plain HTML and piped into geshi:

&lt;notextile&gt;
&lt;code lang=&quot;posh&quot;&gt;get-pasting &gt; outfile.txt
get-pasting &gt; out2.txt&lt;/code&gt;
&lt;/notextile&gt;

and out:

get-pasting &gt; outfile.txt
get-content outfile.txt &gt; out2.txt</description>
		<content:encoded><![CDATA[<p>Uhm &#8230; geshi messes with stuff it considers unsafe in <span class="caps">HTML</span>, so if you try to put in &gt; (a greater-than sign) geshi will turn it into &amp;gt; ... let me explain by writing the same thing in plain <span class="caps">HTML</span> and piped into geshi:</p>
<div class="posh code posh" style="font-family:monospace;"><span style="color: #0066cc; font-style: italic;">get-<span style="font-style: normal;">pasting</span></span> <span style="color: #66cc66;">&amp;</span>gt; outfile.<span style="color: #003366;">txt</span><br />
<span style="color: #0066cc; font-style: italic;">get-<span style="font-style: normal;">pasting</span></span> <span style="color: #66cc66;">&amp;</span>amp;gt; out2.<span style="color: #003366;">txt</span></div>
<p>and out:</p>
<p>get-pasting &gt; outfile.txt<br />
get-content outfile.txt &amp;gt; out2.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dalle</title>
		<link>http://huddledmasses.org/powershell-highlighting-for-geshi/comment-page-1/#comment-95712</link>
		<dc:creator>Dalle</dc:creator>
		<pubDate>Mon, 23 Jul 2007 21:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/jaykul/powershell-highlighting-for-geshi/#comment-95712</guid>
		<description>Hello,

Thank you!

I thought I needed to write one of my own.
This is great!

I have been useing for only 1 day now but I have a problem with &gt;.
When I write It i get the html code for It insted. Do you have the same problem?

Regards,
Fredrik Wall</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thank you!</p>
<p>I thought I needed to write one of my own.<br />
This is great!</p>
<p>I have been useing for only 1 day now but I have a problem with &gt;.<br />
When I write It i get the html code for It insted. Do you have the same problem?</p>
<p>Regards,<br />
Fredrik Wall</p>
]]></content:encoded>
	</item>
</channel>
</rss>
