<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Magp.ie</title>
	<atom:link href="http://magp.ie/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://magp.ie</link>
	<description>A nest for the random, shiny, online tidbits I stumble across...</description>
	<lastBuildDate>Tue, 08 May 2012 11:07:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Format XML with TextWrangler by MaryK</title>
		<link>http://magp.ie/2010/02/15/format-xml-with-textwrangler/#comment-589</link>
		<dc:creator><![CDATA[MaryK]]></dc:creator>
		<pubDate>Tue, 08 May 2012 11:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogalhost.wordpress.com/?p=97#comment-589</guid>
		<description><![CDATA[Man, the automatic formatting really messes things up! That post was supposed to read &quot;except use square brackets instead of  greater than or less than signs&quot;]]></description>
		<content:encoded><![CDATA[<p>Man, the automatic formatting really messes things up! That post was supposed to read &#8220;except use square brackets instead of  greater than or less than signs&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Format XML with TextWrangler by MaryK</title>
		<link>http://magp.ie/2010/02/15/format-xml-with-textwrangler/#comment-588</link>
		<dc:creator><![CDATA[MaryK]]></dc:creator>
		<pubDate>Tue, 08 May 2012 11:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogalhost.wordpress.com/?p=97#comment-588</guid>
		<description><![CDATA[The source code short cut worked!!
For any one else who&#039;s interested I wrapped the code in the following -except use square brackets instead of 
[sourcecode language=&quot;text&quot;] 
&lt;sourcecode language=&quot;text&quot;&gt;
code goes here
 &lt;/sourcecode&gt;
 [/sourcecode]]]></description>
		<content:encoded><![CDATA[<p>The source code short cut worked!!<br />
For any one else who&#8217;s interested I wrapped the code in the following -except use square brackets instead of </p>
<pre class="brush: plain;"> 
&lt;sourcecode language=&quot;text&quot;&gt;
code goes here
 &lt;/sourcecode&gt;
 </pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Format XML with TextWrangler by MaryK</title>
		<link>http://magp.ie/2010/02/15/format-xml-with-textwrangler/#comment-587</link>
		<dc:creator><![CDATA[MaryK]]></dc:creator>
		<pubDate>Tue, 08 May 2012 11:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogalhost.wordpress.com/?p=97#comment-587</guid>
		<description><![CDATA[Just to clarify, I also re-did Sascha Appel&#039;s fix for TW4.0 with the correct [I think!] double dash formatting but I get the error 32 for that too:

[sourcecode language=&quot;text&quot;] [6]
#!/bin/sh
xmllint --c14n /dev/stdin &#124; XMLLINT_INDENT=$’\t’ xmllint --encode UTF-8 --format - [/sourcecode]
I&#039;m  trying out Eoin&#039;s source code short cut for posting code on this blog to fix the formatting issue. If the code above is a mess  or missing its also on pastebin http://pastebin.com/Yj1zE7Lq]]></description>
		<content:encoded><![CDATA[<p>Just to clarify, I also re-did Sascha Appel&#8217;s fix for TW4.0 with the correct [I think!] double dash formatting but I get the error 32 for that too:</p>
<pre class="brush: plain;"> [6]
#!/bin/sh
xmllint --c14n /dev/stdin | XMLLINT_INDENT=$’\t’ xmllint --encode UTF-8 --format - </pre>
<p>I&#8217;m  trying out Eoin&#8217;s source code short cut for posting code on this blog to fix the formatting issue. If the code above is a mess  or missing its also on pastebin <a href="http://pastebin.com/Yj1zE7Lq" rel="nofollow">http://pastebin.com/Yj1zE7Lq</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Format XML with TextWrangler by MaryK</title>
		<link>http://magp.ie/2010/02/15/format-xml-with-textwrangler/#comment-586</link>
		<dc:creator><![CDATA[MaryK]]></dc:creator>
		<pubDate>Tue, 08 May 2012 10:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogalhost.wordpress.com/?p=97#comment-586</guid>
		<description><![CDATA[Thanks for the replies :)

I was copying and pasting and so I was falling foul of the automatic formatting issue on this blog&#039;s comments.

I&#039;ve tried various permutations and I still can&#039;t get it to work :(

This time I&#039;m getting this error:  (application error code: 32)

Here are the various permutations I used and here are pastebin.com versions with the exact text formatting http://pastebin.com/DJkc7kPW 

[1]
#!/bin/sh
xmllint --c14n -- &#124; XMLLINT_INDENT=$’\t’ xmllint --encode UTF-8 --format -


[2]
#!/bin/sh
xmllint --c14n &quot;/dev/stdin&quot; &#124; XMLLINT_INDENT=$&#039;\t&#039; xmllint --encode UTF-8 --format -

[3]
#!/bin/sh
xmllint --c14n – &#124; XMLLINT_INDENT=$’\t’ xmllint --encode UTF-8 --format -

[4] 
#!/bin/sh
xmllint --c14n /dev/stdin &#124; XMLLINT_INDENT=/dev/stdin’\t’ xmllint --encode UTF-8 --format -

[5]
#!/bin/sh
xmllint --c14n – &#124; XMLLINT_INDENT=$’\t’ xmllint --encode UTF-8 --format -]]></description>
		<content:encoded><![CDATA[<p>Thanks for the replies <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I was copying and pasting and so I was falling foul of the automatic formatting issue on this blog&#8217;s comments.</p>
<p>I&#8217;ve tried various permutations and I still can&#8217;t get it to work <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>This time I&#8217;m getting this error:  (application error code: 32)</p>
<p>Here are the various permutations I used and here are pastebin.com versions with the exact text formatting <a href="http://pastebin.com/DJkc7kPW" rel="nofollow">http://pastebin.com/DJkc7kPW</a> </p>
<p>[1]<br />
#!/bin/sh<br />
xmllint &#8211;c14n &#8212; | XMLLINT_INDENT=$’\t’ xmllint &#8211;encode UTF-8 &#8211;format -</p>
<p>[2]<br />
#!/bin/sh<br />
xmllint &#8211;c14n &#8220;/dev/stdin&#8221; | XMLLINT_INDENT=$&#8217;\t&#8217; xmllint &#8211;encode UTF-8 &#8211;format -</p>
<p>[3]<br />
#!/bin/sh<br />
xmllint &#8211;c14n – | XMLLINT_INDENT=$’\t’ xmllint &#8211;encode UTF-8 &#8211;format -</p>
<p>[4]<br />
#!/bin/sh<br />
xmllint &#8211;c14n /dev/stdin | XMLLINT_INDENT=/dev/stdin’\t’ xmllint &#8211;encode UTF-8 &#8211;format -</p>
<p>[5]<br />
#!/bin/sh<br />
xmllint &#8211;c14n – | XMLLINT_INDENT=$’\t’ xmllint &#8211;encode UTF-8 &#8211;format -</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Format XML with TextWrangler by epharion</title>
		<link>http://magp.ie/2010/02/15/format-xml-with-textwrangler/#comment-585</link>
		<dc:creator><![CDATA[epharion]]></dc:creator>
		<pubDate>Mon, 07 May 2012 15:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogalhost.wordpress.com/?p=97#comment-585</guid>
		<description><![CDATA[I found a solution :

#!/bin/sh
xmllint --c14n - &#124; XMLLINT_INDENT=$&#039;\t&#039; xmllint --encode UTF-8 --format -]]></description>
		<content:encoded><![CDATA[<p>I found a solution :</p>
<p>#!/bin/sh<br />
xmllint &#8211;c14n &#8211; | XMLLINT_INDENT=$&#8217;\t&#8217; xmllint &#8211;encode UTF-8 &#8211;format -</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Format XML with TextWrangler by epharion</title>
		<link>http://magp.ie/2010/02/15/format-xml-with-textwrangler/#comment-584</link>
		<dc:creator><![CDATA[epharion]]></dc:creator>
		<pubDate>Mon, 07 May 2012 13:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogalhost.wordpress.com/?p=97#comment-584</guid>
		<description><![CDATA[I tried this : 

#!/bin/sh
xmllint --c14n /dev/stdin &#124; XMLLINT_INDENT=$&#039;\t&#039; xmllint --encode UTF-8 --format -

And it doesn&#039;t work at all. (version 4.0 (3142))

Any idea ?]]></description>
		<content:encoded><![CDATA[<p>I tried this : </p>
<p>#!/bin/sh<br />
xmllint &#8211;c14n /dev/stdin | XMLLINT_INDENT=$&#8217;\t&#8217; xmllint &#8211;encode UTF-8 &#8211;format -</p>
<p>And it doesn&#8217;t work at all. (version 4.0 (3142))</p>
<p>Any idea ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Format XML with TextWrangler by epharion</title>
		<link>http://magp.ie/2010/02/15/format-xml-with-textwrangler/#comment-583</link>
		<dc:creator><![CDATA[epharion]]></dc:creator>
		<pubDate>Mon, 07 May 2012 13:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogalhost.wordpress.com/?p=97#comment-583</guid>
		<description><![CDATA[I tried this :

#!/bin/sh
xmllint --c14n /dev/stdin &#124; XMLLINT_INDENT=$&#039;\t&#039; xmllint --encode UTF-8 --format -

And it doesn&#039;t work at all (version 4.0 (3142))]]></description>
		<content:encoded><![CDATA[<p>I tried this :</p>
<p>#!/bin/sh<br />
xmllint &#8211;c14n /dev/stdin | XMLLINT_INDENT=$&#8217;\t&#8217; xmllint &#8211;encode UTF-8 &#8211;format -</p>
<p>And it doesn&#8217;t work at all (version 4.0 (3142))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Format XML with TextWrangler by captrespect</title>
		<link>http://magp.ie/2010/02/15/format-xml-with-textwrangler/#comment-582</link>
		<dc:creator><![CDATA[captrespect]]></dc:creator>
		<pubDate>Fri, 04 May 2012 17:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogalhost.wordpress.com/?p=97#comment-582</guid>
		<description><![CDATA[it&#039;s still double dashes for the options, just replace the &quot;$*&quot; with /dev/stdin]]></description>
		<content:encoded><![CDATA[<p>it&#8217;s still double dashes for the options, just replace the &#8220;$*&#8221; with /dev/stdin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Format XML with TextWrangler by Robert Herold</title>
		<link>http://magp.ie/2010/02/15/format-xml-with-textwrangler/#comment-580</link>
		<dc:creator><![CDATA[Robert Herold]]></dc:creator>
		<pubDate>Fri, 04 May 2012 14:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogalhost.wordpress.com/?p=97#comment-580</guid>
		<description><![CDATA[Watch for evil hyphen conversion - copy/pasting the text seems to convert the hyphens into long hyphens]]></description>
		<content:encoded><![CDATA[<p>Watch for evil hyphen conversion &#8211; copy/pasting the text seems to convert the hyphens into long hyphens</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac mail not sending Gmail email by BA</title>
		<link>http://magp.ie/2011/08/10/mac-mail-not-sending-gmail-email/#comment-579</link>
		<dc:creator><![CDATA[BA]]></dc:creator>
		<pubDate>Thu, 03 May 2012 21:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://magp.ie/?p=613#comment-579</guid>
		<description><![CDATA[Had the exact same problem and wanted to tear my hair out! This worked for me though! Thanks!]]></description>
		<content:encoded><![CDATA[<p>Had the exact same problem and wanted to tear my hair out! This worked for me though! Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

