<?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: Removing elements with Hpricot</title>
	<atom:link href="http://soledadpenades.com/2007/10/05/removing-elements-with-hpricot/feed/" rel="self" type="application/rss+xml" />
	<link>http://soledadpenades.com/2007/10/05/removing-elements-with-hpricot/</link>
	<description>repeat 4[fd 100 rt 90]</description>
	<lastBuildDate>Tue, 17 Apr 2012 18:38:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: sole</title>
		<link>http://soledadpenades.com/2007/10/05/removing-elements-with-hpricot/#comment-64747</link>
		<dc:creator>sole</dc:creator>
		<pubDate>Sun, 23 Jan 2011 10:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.soledadpenades.com/2007/10/05/removing-elements-with-hpricot/#comment-64747</guid>
		<description>What about experimenting by yourself and then coming back with a proper question?</description>
		<content:encoded><![CDATA[<p>What about experimenting by yourself and then coming back with a proper question?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amal</title>
		<link>http://soledadpenades.com/2007/10/05/removing-elements-with-hpricot/#comment-64529</link>
		<dc:creator>Amal</dc:creator>
		<pubDate>Tue, 18 Jan 2011 10:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.soledadpenades.com/2007/10/05/removing-elements-with-hpricot/#comment-64529</guid>
		<description>I want remove not only the ul- style tags but all the style tags in a page. How can be this done?

doc.search(&quot;style&quot;).remove is it like this?</description>
		<content:encoded><![CDATA[<p>I want remove not only the ul- style tags but all the style tags in a page. How can be this done?</p>
<p>doc.search(&#8220;style&#8221;).remove is it like this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sole</title>
		<link>http://soledadpenades.com/2007/10/05/removing-elements-with-hpricot/#comment-51920</link>
		<dc:creator>sole</dc:creator>
		<pubDate>Wed, 10 Jun 2009 10:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.soledadpenades.com/2007/10/05/removing-elements-with-hpricot/#comment-51920</guid>
		<description>doc.search(&quot;a:not([@class])&quot;)

It&#039;s in http://wiki.github.com/why/hpricot/hpricot-css-search:

&lt;blockquote&gt;
Negating Searches

If you are having a difficult time tracking down a certain element, it may help to use the :not operator to narrow your search.
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>doc.search(&#8220;a:not([@class])&#8221;)</p>
<p>It&#8217;s in <a href="http://wiki.github.com/why/hpricot/hpricot-css-search" rel="nofollow">http://wiki.github.com/why/hpricot/hpricot-css-search</a>:</p>
<blockquote><p>
Negating Searches</p>
<p>If you are having a difficult time tracking down a certain element, it may help to use the :not operator to narrow your search.
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: vint</title>
		<link>http://soledadpenades.com/2007/10/05/removing-elements-with-hpricot/#comment-51919</link>
		<dc:creator>vint</dc:creator>
		<pubDate>Wed, 10 Jun 2009 10:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.soledadpenades.com/2007/10/05/removing-elements-with-hpricot/#comment-51919</guid>
		<description>Can you write example, for delete all A (link) tags _without_ &quot;class&quot; attribute?

For example -

[a href=... class=&quot;1&quot;]...[/a]
[a href=...]...[/a] &lt;- delete this with hpricot =)</description>
		<content:encoded><![CDATA[<p>Can you write example, for delete all A (link) tags _without_ &#8220;class&#8221; attribute?</p>
<p>For example -</p>
<p>[a href=... class="1"]&#8230;[/a]<br />
[a href=...]&#8230;[/a] &lt;- delete this with hpricot =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morning Brew #80</title>
		<link>http://soledadpenades.com/2007/10/05/removing-elements-with-hpricot/#comment-45246</link>
		<dc:creator>Morning Brew #80</dc:creator>
		<pubDate>Sat, 06 Oct 2007 11:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.soledadpenades.com/2007/10/05/removing-elements-with-hpricot/#comment-45246</guid>
		<description>[...] Removing elements with Hpricot [...]</description>
		<content:encoded><![CDATA[<p>[...] Removing elements with Hpricot [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

