<?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: XPath in Javascript: Introduction</title>
	<atom:link href="http://timkadlec.com/2008/02/xpath-in-javascript-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://timkadlec.com/2008/02/xpath-in-javascript-introduction/</link>
	<description>A Wisconsin based web developer writing about the web.</description>
	<lastBuildDate>Thu, 02 Sep 2010 21:27:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tuomo</title>
		<link>http://timkadlec.com/2008/02/xpath-in-javascript-introduction/comment-page-1/#comment-54</link>
		<dc:creator>Tuomo</dc:creator>
		<pubDate>Sun, 15 Jun 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/1969/12/xpath-in-javascript-introduction/#comment-54</guid>
		<description>About getting just one node as a result, MDC says the following: If you set the resultType argument (the fourth argument) to either ANY_UNORDERED_NODE_TYPE or FIRST_ORDERED_NODE_TYPE only the first found node will be returned. This node will be accessible through the result object&#039;s singleNodeValue property.&lt;br /&gt;&lt;br /&gt;http://developer.mozilla.org/en/docs/Introduction_to_using_XPath_in_JavaScript#First_Node</description>
		<content:encoded><![CDATA[<p>About getting just one node as a result, MDC says the following: If you set the resultType argument (the fourth argument) to either ANY_UNORDERED_NODE_TYPE or FIRST_ORDERED_NODE_TYPE only the first found node will be returned. This node will be accessible through the result object&#8217;s singleNodeValue property.</p>
<p><a href="http://developer.mozilla.org/en/docs/Introduction_to_using_XPath_in_JavaScript#First_Node" rel="nofollow">http://developer.mozilla.org/en/docs/Introduction_to_using_XPath_in_JavaScript#First_Node</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth</title>
		<link>http://timkadlec.com/2008/02/xpath-in-javascript-introduction/comment-page-1/#comment-53</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Tue, 20 May 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/1969/12/xpath-in-javascript-introduction/#comment-53</guid>
		<description>Your examples work perfectly but I find them clunky for a possible &#039;special case&#039;&lt;br /&gt;&lt;br /&gt;If I know for a certainty that the xpath expression will provide exactly one node is there a way I can extract this node&#039;s information without having to worry about iterating through &#039;one&#039; node?</description>
		<content:encoded><![CDATA[<p>Your examples work perfectly but I find them clunky for a possible &#8216;special case&#8217;</p>
<p>If I know for a certainty that the xpath expression will provide exactly one node is there a way I can extract this node&#8217;s information without having to worry about iterating through &#8216;one&#8217; node?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
