<?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 puzzler</title>
	<atom:link href="http://dubinko.info/blog/2007/12/15/xpath-puzzler/feed/" rel="self" type="application/rss+xml" />
	<link>http://dubinko.info/blog/2007/12/15/xpath-puzzler/</link>
	<description>From an XML geek, a reader, a writer, a connector, a man of the people (says keep hope alive)</description>
	<lastBuildDate>Sat, 01 Oct 2011 16:18:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Push Button Paradise &#124; Blog Archive &#124; XPath puzzler: solution</title>
		<link>http://dubinko.info/blog/2007/12/15/xpath-puzzler/comment-page-1/#comment-3843</link>
		<dc:creator>Push Button Paradise &#124; Blog Archive &#124; XPath puzzler: solution</dc:creator>
		<pubDate>Mon, 31 Dec 2007 07:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://dubinko.info/blog/2007/12/15/xpath-puzzler/#comment-3843</guid>
		<description>[...] to all the folks who showed interest in this little XPath puzzler published here a few weeks ago. Some asked to see the dataset, but I&#8217;m not able to release it [...]</description>
		<content:encoded><![CDATA[<p>[...] to all the folks who showed interest in this little XPath puzzler published here a few weeks ago. Some asked to see the dataset, but I&#8217;m not able to release it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony B. Coates</title>
		<link>http://dubinko.info/blog/2007/12/15/xpath-puzzler/comment-page-1/#comment-3829</link>
		<dc:creator>Anthony B. Coates</dc:creator>
		<pubDate>Wed, 19 Dec 2007 17:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://dubinko.info/blog/2007/12/15/xpath-puzzler/#comment-3829</guid>
		<description>Can you post the dataset (with the data text replaced by some bogus text if necessary to protect the contents)?
Cheers, Tony.</description>
		<content:encoded><![CDATA[<p>Can you post the dataset (with the data text replaced by some bogus text if necessary to protect the contents)?<br />
Cheers, Tony.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Passin</title>
		<link>http://dubinko.info/blog/2007/12/15/xpath-puzzler/comment-page-1/#comment-3827</link>
		<dc:creator>Tom Passin</dc:creator>
		<pubDate>Sun, 16 Dec 2007 23:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://dubinko.info/blog/2007/12/15/xpath-puzzler/#comment-3827</guid>
		<description>You would get this if some of the meta elements had more that one property attribute.  Since that wouldn&#039;t be well-formed, and the xslt processor shouldn&#039;t be receiving multiple attributes of the same name, let alone be counting them, it would indicate one or more bugs, in the parser and in the xslt processor.</description>
		<content:encoded><![CDATA[<p>You would get this if some of the meta elements had more that one property attribute.  Since that wouldn&#8217;t be well-formed, and the xslt processor shouldn&#8217;t be receiving multiple attributes of the same name, let alone be counting them, it would indicate one or more bugs, in the parser and in the xslt processor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitre Novatchev</title>
		<link>http://dubinko.info/blog/2007/12/15/xpath-puzzler/comment-page-1/#comment-3826</link>
		<dc:creator>Dimitre Novatchev</dc:creator>
		<pubDate>Sun, 16 Dec 2007 15:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://dubinko.info/blog/2007/12/15/xpath-puzzler/#comment-3826</guid>
		<description>Do try with different XPath engines in order to determine if the observed result is only produced by your XPath engine, in which case this is a clear indication of a bug. If most/all XPath engines report the observed result, could you, please, provide the xml file against which the XPath expression is evaluated?

Cheers,
Dimitre Novatchev</description>
		<content:encoded><![CDATA[<p>Do try with different XPath engines in order to determine if the observed result is only produced by your XPath engine, in which case this is a clear indication of a bug. If most/all XPath engines report the observed result, could you, please, provide the xml file against which the XPath expression is evaluated?</p>
<p>Cheers,<br />
Dimitre Novatchev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M. David Peterson</title>
		<link>http://dubinko.info/blog/2007/12/15/xpath-puzzler/comment-page-1/#comment-3825</link>
		<dc:creator>M. David Peterson</dc:creator>
		<pubDate>Sun, 16 Dec 2007 07:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://dubinko.info/blog/2007/12/15/xpath-puzzler/#comment-3825</guid>
		<description>Are the property attributes potentially in different namespaces, and your XPath engine is returning all matches on local-name() as opposed to name()? It&#039;s possible that &lt;meta foo:property=&quot;bar&quot; bar:property=&quot;baz&quot;/&gt; on one or two of your meta elements is causing the increase.

If you try //meta[@property] your count should be something equal to or less than the total count of the meta elements.  If it&#039;s not, then there&#039;s really something weird going on.</description>
		<content:encoded><![CDATA[<p>Are the property attributes potentially in different namespaces, and your XPath engine is returning all matches on local-name() as opposed to name()? It&#8217;s possible that &lt;meta foo:property=&#8221;bar&#8221; bar:property=&#8221;baz&#8221;/&gt; on one or two of your meta elements is causing the increase.</p>
<p>If you try //meta[@property] your count should be something equal to or less than the total count of the meta elements.  If it&#8217;s not, then there&#8217;s really something weird going on.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

