<?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: Testing My SDBlogger Yahoo Pipe</title>
	<atom:link href="http://www.declan.net/2008/08/31/testing-my-sdblogger-yahoo-pipe/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.declan.net/2008/08/31/testing-my-sdblogger-yahoo-pipe/</link>
	<description></description>
	<lastBuildDate>Thu, 15 Jul 2010 15:43:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: hapdaniel</title>
		<link>http://www.declan.net/2008/08/31/testing-my-sdblogger-yahoo-pipe/comment-page-1/#comment-66733</link>
		<dc:creator>hapdaniel</dc:creator>
		<pubDate>Thu, 04 Sep 2008 22:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.declan.net/?p=419#comment-66733</guid>
		<description>Its nice (?) to know that it&#039;s not only the Pipes&#039; message boards where things get stripped out.
There should be a [/a] after .*? - change square brackets to angle brackets.
I&#039;ll add another comment a bit later about the pros and cons of the 2 regex expressions.</description>
		<content:encoded><![CDATA[<p>Its nice (?) to know that it&#8217;s not only the Pipes&#8217; message boards where things get stripped out.<br />
There should be a [/a] after .*? &#8211; change square brackets to angle brackets.<br />
I&#8217;ll add another comment a bit later about the pros and cons of the 2 regex expressions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hapdaniel</title>
		<link>http://www.declan.net/2008/08/31/testing-my-sdblogger-yahoo-pipe/comment-page-1/#comment-66729</link>
		<dc:creator>hapdaniel</dc:creator>
		<pubDate>Thu, 04 Sep 2008 21:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.declan.net/?p=419#comment-66729</guid>
		<description>Declan,
I have a horrible feeling that a closing &quot;a&quot; tag has been stripped from my expression. I will check and report back.
The ${whatever} construct is handy, but it only works in the Regex module.</description>
		<content:encoded><![CDATA[<p>Declan,<br />
I have a horrible feeling that a closing &#8220;a&#8221; tag has been stripped from my expression. I will check and report back.<br />
The ${whatever} construct is handy, but it only works in the Regex module.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: declan</title>
		<link>http://www.declan.net/2008/08/31/testing-my-sdblogger-yahoo-pipe/comment-page-1/#comment-66716</link>
		<dc:creator>declan</dc:creator>
		<pubDate>Thu, 04 Sep 2008 17:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.declan.net/?p=419#comment-66716</guid>
		<description>Thanks Paul!  I&#039;ll try to parse that regex this weekend.

For item.content_holder, is this a cleaner version of what I did, or is it a better on that would fail less?

This is really interesting:

In [item.title] replace [Blog\)$] with [${content_holder})]

I didn&#039;t know how to declare variables, or really how to conceive of the scope of how variables would flow withing the Pipes objects.

D</description>
		<content:encoded><![CDATA[<p>Thanks Paul!  I&#8217;ll try to parse that regex this weekend.</p>
<p>For item.content_holder, is this a cleaner version of what I did, or is it a better on that would fail less?</p>
<p>This is really interesting:</p>
<p>In [item.title] replace [Blog\)$] with [${content_holder})]</p>
<p>I didn&#8217;t know how to declare variables, or really how to conceive of the scope of how variables would flow withing the Pipes objects.</p>
<p>D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hapdaniel</title>
		<link>http://www.declan.net/2008/08/31/testing-my-sdblogger-yahoo-pipe/comment-page-1/#comment-66703</link>
		<dc:creator>hapdaniel</dc:creator>
		<pubDate>Thu, 04 Sep 2008 14:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.declan.net/?p=419#comment-66703</guid>
		<description>You could use
In [item.content_holder] replace [(?s)^.*?[^&gt;]+&gt;([^&lt;]+).*] with [$1]
In [item.title] replace [Blog\)$] with [${content_holder})]
Omit all outer []s in the above, and remove the &quot;g&quot;, &quot;s&quot;, and &quot;i&quot; switches.
The second rule removes the need for the Loop and String Builder.
You don&#039;t really need the Regex to remove content_holder. It won&#039;t appear in the RSS output anyway.

Hope that helped and gave you some ideas.</description>
		<content:encoded><![CDATA[<p>You could use<br />
In [item.content_holder] replace [(?s)^.*?[^&gt;]+&gt;([^&lt;]+).*] with [$1]<br />
In [item.title] replace [Blog\)$] with [${content_holder})]<br />
Omit all outer []s in the above, and remove the &#8220;g&#8221;, &#8220;s&#8221;, and &#8220;i&#8221; switches.<br />
The second rule removes the need for the Loop and String Builder.<br />
You don&#8217;t really need the Regex to remove content_holder. It won&#8217;t appear in the RSS output anyway.</p>
<p>Hope that helped and gave you some ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: declan</title>
		<link>http://www.declan.net/2008/08/31/testing-my-sdblogger-yahoo-pipe/comment-page-1/#comment-66639</link>
		<dc:creator>declan</dc:creator>
		<pubDate>Wed, 03 Sep 2008 20:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.declan.net/?p=419#comment-66639</guid>
		<description>Hi Lisa!  Yeah, I&#039;d use it again.  I haven&#039;t dreamed up another problem it would solve yet, but I will!  ;)

D</description>
		<content:encoded><![CDATA[<p>Hi Lisa!  Yeah, I&#8217;d use it again.  I haven&#8217;t dreamed up another problem it would solve yet, but I will!  <img src='http://www.declan.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa Brewster</title>
		<link>http://www.declan.net/2008/08/31/testing-my-sdblogger-yahoo-pipe/comment-page-1/#comment-66629</link>
		<dc:creator>Lisa Brewster</dc:creator>
		<pubDate>Wed, 03 Sep 2008 19:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.declan.net/?p=419#comment-66629</guid>
		<description>As big of a Pipes fan that I am, all of mine were born pretty much like yours was.  As kludgy as I am, I still find the process highly engaging.  Would you make another Pipe if you needed to, or is this brain dump your final say in the matter?  =]</description>
		<content:encoded><![CDATA[<p>As big of a Pipes fan that I am, all of mine were born pretty much like yours was.  As kludgy as I am, I still find the process highly engaging.  Would you make another Pipe if you needed to, or is this brain dump your final say in the matter?  =]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: declan</title>
		<link>http://www.declan.net/2008/08/31/testing-my-sdblogger-yahoo-pipe/comment-page-1/#comment-66614</link>
		<dc:creator>declan</dc:creator>
		<pubDate>Wed, 03 Sep 2008 16:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.declan.net/?p=419#comment-66614</guid>
		<description>Thanks!  I think I needed those to get the whole string encompassed so that when I did the replace, only $5 was left.</description>
		<content:encoded><![CDATA[<p>Thanks!  I think I needed those to get the whole string encompassed so that when I did the replace, only $5 was left.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian von Kleist</title>
		<link>http://www.declan.net/2008/08/31/testing-my-sdblogger-yahoo-pipe/comment-page-1/#comment-66607</link>
		<dc:creator>Christian von Kleist</dc:creator>
		<pubDate>Wed, 03 Sep 2008 14:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.declan.net/?p=419#comment-66607</guid>
		<description>Good stuff!  I don&#039;t think the regex was kludgy.  (The beginning (.*?) and ending (.*) are probably extraneous, though.)</description>
		<content:encoded><![CDATA[<p>Good stuff!  I don&#8217;t think the regex was kludgy.  (The beginning (.*?) and ending (.*) are probably extraneous, though.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
