<?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: New features: scrAPI toolkit for Ruby and assert_select</title>
	<atom:link href="http://labnotes.org/2006/07/26/new-features-scrapi-toolkit-for-ruby-and-assert_select/feed/" rel="self" type="application/rss+xml" />
	<link>http://labnotes.org/2006/07/26/new-features-scrapi-toolkit-for-ruby-and-assert_select/</link>
	<description></description>
	<lastBuildDate>Sun, 15 Jan 2012 21:29:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Assaf</title>
		<link>http://labnotes.org/2006/07/26/new-features-scrapi-toolkit-for-ruby-and-assert_select/comment-page-1/#comment-137851</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Thu, 26 Apr 2007 19:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/07/26/new-features-scrapi-toolkit-for-ruby-and-assert_select/#comment-137851</guid>
		<description>Jared, have a look at &lt;a href=&quot;http://blog.labnotes.org/category/scrapi/&quot;&gt;ScrAPI&lt;/a&gt;. It uses the same engine, but for scraping HTML content.</description>
		<content:encoded><![CDATA[<p>Jared, have a look at <a href="http://blog.labnotes.org/category/scrapi/">ScrAPI</a>. It uses the same engine, but for scraping HTML content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Howard</title>
		<link>http://labnotes.org/2006/07/26/new-features-scrapi-toolkit-for-ruby-and-assert_select/comment-page-1/#comment-137850</link>
		<dc:creator>Jared Howard</dc:creator>
		<pubDate>Thu, 26 Apr 2007 18:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/07/26/new-features-scrapi-toolkit-for-ruby-and-assert_select/#comment-137850</guid>
		<description>Assaf,

I&#039;ve only seen this in assert_select but I&#039;d love to use the HTML::Selector library not only in the test environment.  I&#039;d like to be able to gather the html from a site and use your library to parse through the html tags.  I&#039;ve been searching for someone doing this but with no luck.  Is this possible to do?</description>
		<content:encoded><![CDATA[<p>Assaf,</p>
<p>I&#8217;ve only seen this in assert_select but I&#8217;d love to use the HTML::Selector library not only in the test environment.  I&#8217;d like to be able to gather the html from a site and use your library to parse through the html tags.  I&#8217;ve been searching for someone doing this but with no luck.  Is this possible to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Assaf</title>
		<link>http://labnotes.org/2006/07/26/new-features-scrapi-toolkit-for-ruby-and-assert_select/comment-page-1/#comment-7935</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Sat, 05 Aug 2006 01:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/07/26/new-features-scrapi-toolkit-for-ruby-and-assert_select/#comment-7935</guid>
		<description>I think WordPress ate your code. So much for technical discussion over comments. Do you want to e-mail me instead, and we&#039;ll post the results?</description>
		<content:encoded><![CDATA[<p>I think WordPress ate your code. So much for technical discussion over comments. Do you want to e-mail me instead, and we&#8217;ll post the results?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Turner</title>
		<link>http://labnotes.org/2006/07/26/new-features-scrapi-toolkit-for-ruby-and-assert_select/comment-page-1/#comment-7931</link>
		<dc:creator>Andrew Turner</dc:creator>
		<pubDate>Sat, 05 Aug 2006 01:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/07/26/new-features-scrapi-toolkit-for-ruby-and-assert_select/#comment-7931</guid>
		<description>After getting pointed to scrAPI from kingryan on #microformats, I wrote a Geo Class:

&lt;code&gt;
class Geo  :text }
end

class Location  Geo
  result :geos
end
&lt;/code&gt;

I&#039;d like to try and do something like:
&lt;code&gt;
class Microformat  :text }
end

class Geo 

but that doesn&#039;t quite work.&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>After getting pointed to scrAPI from kingryan on #microformats, I wrote a Geo Class:</p>
<p><code><br />
class Geo  :text }<br />
end</p>
<p>class Location  Geo<br />
  result :geos<br />
end<br />
</code></p>
<p>I&#8217;d like to try and do something like:<br />
<code><br />
class Microformat  :text }<br />
end</p>
<p>class Geo </p>
<p>but that doesn't quite work.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Labnotes &#187; Blog Archive &#187; assert_select plugin for Rails</title>
		<link>http://labnotes.org/2006/07/26/new-features-scrapi-toolkit-for-ruby-and-assert_select/comment-page-1/#comment-7745</link>
		<dc:creator>Labnotes &#187; Blog Archive &#187; assert_select plugin for Rails</dc:creator>
		<pubDate>Mon, 31 Jul 2006 06:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/07/26/new-features-scrapi-toolkit-for-ruby-and-assert_select/#comment-7745</guid>
		<description>[...] Update: The new release of assert_select includes support for CSS pseudo classes such as nth-child, first-child, empty. More details here. It also supports nested assertions for dealing with lists, tables and forms. Some examples here. I updated the examples below to use nested asserts. [...]</description>
		<content:encoded><![CDATA[<p>[...] Update: The new release of assert_select includes support for CSS pseudo classes such as nth-child, first-child, empty. More details here. It also supports nested assertions for dealing with lists, tables and forms. Some examples here. I updated the examples below to use nested asserts. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Labnotes &#187; Blog Archive &#187; Scraping with style: scrAPI toolkit for Ruby</title>
		<link>http://labnotes.org/2006/07/26/new-features-scrapi-toolkit-for-ruby-and-assert_select/comment-page-1/#comment-7492</link>
		<dc:creator>Labnotes &#187; Blog Archive &#187; Scraping with style: scrAPI toolkit for Ruby</dc:creator>
		<pubDate>Wed, 26 Jul 2006 17:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/07/26/new-features-scrapi-toolkit-for-ruby-and-assert_select/#comment-7492</guid>
		<description>[...] Update: I just added the every useful pseudo classes (:nth-child, :empty, etc), check here for more details.  Tagged: css, dsl, microformats, ruby, scrapi, scrappingShare and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages. [...]</description>
		<content:encoded><![CDATA[<p>[...] Update: I just added the every useful pseudo classes (:nth-child, :empty, etc), check here for more details.  Tagged: css, dsl, microformats, ruby, scrapi, scrappingShare and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

