<?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: Screenscraping with Enlive</title>
	<atom:link href="http://clj-me.cgrand.net/2009/04/27/screenscraping-with-enlive/feed/" rel="self" type="application/rss+xml" />
	<link>http://clj-me.cgrand.net/2009/04/27/screenscraping-with-enlive/</link>
	<description>When the pupil is ready to learn, a teacher will appear.</description>
	<lastBuildDate>Tue, 07 Sep 2010 05:36:26 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christophe Grand</title>
		<link>http://clj-me.cgrand.net/2009/04/27/screenscraping-with-enlive/comment-page-1/#comment-31</link>
		<dc:creator>Christophe Grand</dc:creator>
		<pubDate>Wed, 29 Apr 2009 15:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://clj-me.cgrand.net/2009/04/27/screenscraping-with-enlive/#comment-31</guid>
		<description>I fixed this bug this morning (CEST)</description>
		<content:encoded><![CDATA[<p>I fixed this bug this morning (CEST)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dnolen</title>
		<link>http://clj-me.cgrand.net/2009/04/27/screenscraping-with-enlive/comment-page-1/#comment-30</link>
		<dc:creator>dnolen</dc:creator>
		<pubDate>Wed, 29 Apr 2009 15:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://clj-me.cgrand.net/2009/04/27/screenscraping-with-enlive/#comment-30</guid>
		<description>Oops sorry for the slow reply. I notice for example when I extract all divs from http://nytimes.com, I only get two divs. That is because all the other divs are nested in those two top level ones.  I was just asking for guidance about the best way to traverse just the divs I&#039;m interested in- hopefully I&#039;m making sense here.</description>
		<content:encoded><![CDATA[<p>Oops sorry for the slow reply. I notice for example when I extract all divs from <a href="http://nytimes.com" rel="nofollow">http://nytimes.com</a>, I only get two divs. That is because all the other divs are nested in those two top level ones.  I was just asking for guidance about the best way to traverse just the divs I&#8217;m interested in- hopefully I&#8217;m making sense here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe Grand</title>
		<link>http://clj-me.cgrand.net/2009/04/27/screenscraping-with-enlive/comment-page-1/#comment-29</link>
		<dc:creator>Christophe Grand</dc:creator>
		<pubDate>Wed, 29 Apr 2009 05:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://clj-me.cgrand.net/2009/04/27/screenscraping-with-enlive/#comment-29</guid>
		<description>David,&lt;br /&gt;&lt;br /&gt;select already returns a list of nodes, so I&#039;m unsure about what you want to flatten. Can you be more precise?</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>select already returns a list of nodes, so I&#8217;m unsure about what you want to flatten. Can you be more precise?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dnolen</title>
		<link>http://clj-me.cgrand.net/2009/04/27/screenscraping-with-enlive/comment-page-1/#comment-28</link>
		<dc:creator>dnolen</dc:creator>
		<pubDate>Tue, 28 Apr 2009 22:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://clj-me.cgrand.net/2009/04/27/screenscraping-with-enlive/#comment-28</guid>
		<description>Christophe, &lt;br /&gt;&lt;br /&gt;What&#039;s the best way to get the flattened list of matching nodes? Using a zipper on the result of select?&lt;br /&gt;&lt;br /&gt;Thanks!&lt;br /&gt;David</description>
		<content:encoded><![CDATA[<p>Christophe, </p>
<p>What&#8217;s the best way to get the flattened list of matching nodes? Using a zipper on the result of select?</p>
<p>Thanks!<br />David</p>
]]></content:encoded>
	</item>
</channel>
</rss>
