<?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"
	>
<channel>
	<title>Comments on: WikiPath</title>
	<atom:link href="http://mjtsai.com/blog/2007/04/03/wikipath/feed/" rel="self" type="application/rss+xml" />
	<link>http://mjtsai.com/blog/2007/04/03/wikipath/</link>
	<description></description>
	<pubDate>Sun, 23 Nov 2008 12:12:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Jonathan Wight</title>
		<link>http://mjtsai.com/blog/2007/04/03/wikipath/#comment-63425</link>
		<dc:creator>Jonathan Wight</dc:creator>
		<pubDate>Thu, 05 Apr 2007 03:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/04/03/wikipath/#comment-63425</guid>
		<description>WebKit doesn't give you the chance to perform an xpath on the DOM. He could have loaded the page seperately into NSXMLDocument and then used xpath but that's a) more work and b) wouldn't work so well on dynamic pages where content is created by JS.

Ben's solution was very slick and one of the reasons why I chose him as the winner.</description>
		<content:encoded><![CDATA[<p>WebKit doesn't give you the chance to perform an xpath on the DOM. He could have loaded the page seperately into NSXMLDocument and then used xpath but that's a) more work and b) wouldn't work so well on dynamic pages where content is created by JS.</p>
<p>Ben's solution was very slick and one of the reasons why I chose him as the winner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://mjtsai.com/blog/2007/04/03/wikipath/#comment-63377</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 04 Apr 2007 23:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/04/03/wikipath/#comment-63377</guid>
		<description>Sorry, I forgot to mention this is a different Ben, not the Gottlieb one.</description>
		<content:encoded><![CDATA[<p>Sorry, I forgot to mention this is a different Ben, not the Gottlieb one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://mjtsai.com/blog/2007/04/03/wikipath/#comment-63376</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 04 Apr 2007 23:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/04/03/wikipath/#comment-63376</guid>
		<description>While xpath would be a lot easier, unfortunately I don't think WebKit has very good xpath support, if any.</description>
		<content:encoded><![CDATA[<p>While xpath would be a lot easier, unfortunately I don't think WebKit has very good xpath support, if any.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grayson</title>
		<link>http://mjtsai.com/blog/2007/04/03/wikipath/#comment-63342</link>
		<dc:creator>Grayson</dc:creator>
		<pubDate>Wed, 04 Apr 2007 19:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/04/03/wikipath/#comment-63342</guid>
		<description>Wouldn't it be about as easy and less overhead to use XPATH?  Something like ".//a" (it's been a while, so please correct me) should catch all of the links, no?</description>
		<content:encoded><![CDATA[<p>Wouldn't it be about as easy and less overhead to use XPATH?  Something like ".//a" (it's been a while, so please correct me) should catch all of the links, no?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelan Champagne</title>
		<link>http://mjtsai.com/blog/2007/04/03/wikipath/#comment-62979</link>
		<dc:creator>Kelan Champagne</dc:creator>
		<pubDate>Tue, 03 Apr 2007 20:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/04/03/wikipath/#comment-62979</guid>
		<description>I thought his use of javascript to get the links was quite clever.  I used a much more tedious traversal of the DOM with DOMNode * in my ironcoder entry, WikiWalker (which was a similar idea, but not as well done -- although, I did figure out why mine was crashing so much, and plan on fixing it).  I found the example of the DOMNode-walking on cocoadev.com, but only in the google cache (or rolling the page back to its original version).

Congrats again to Ben.</description>
		<content:encoded><![CDATA[<p>I thought his use of javascript to get the links was quite clever.  I used a much more tedious traversal of the DOM with DOMNode * in my ironcoder entry, WikiWalker (which was a similar idea, but not as well done -- although, I did figure out why mine was crashing so much, and plan on fixing it).  I found the example of the DOMNode-walking on cocoadev.com, but only in the google cache (or rolling the page back to its original version).</p>
<p>Congrats again to Ben.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
