<?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: The Perils of XPath Expressions (Specifically, Escaping Quotes)</title>
	<atom:link href="http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes/feed" rel="self" type="application/rss+xml" />
	<link>http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes</link>
	<description></description>
	<lastBuildDate>Tue, 27 Mar 2012 11:51:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: XML Search Issue - Bizzteams</title>
		<link>http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes/comment-page-1#comment-10446</link>
		<dc:creator>XML Search Issue - Bizzteams</dc:creator>
		<pubDate>Tue, 27 Mar 2012 11:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes#comment-10446</guid>
		<description>[...]   Haven&#039;t figured out the magic string yet. But supposedly xpath gets ugly when quotes are involved kushalm.com            Reply With [...]</description>
		<content:encoded><![CDATA[<p>[...]   Haven&#039;t figured out the magic string yet. But supposedly xpath gets ugly when quotes are involved kushalm.com            Reply With [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Gross</title>
		<link>http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes/comment-page-1#comment-10300</link>
		<dc:creator>Stephen Gross</dc:creator>
		<pubDate>Wed, 29 Feb 2012 19:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes#comment-10300</guid>
		<description>Thanks! Works like a charm!</description>
		<content:encoded><![CDATA[<p>Thanks! Works like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kushal</title>
		<link>http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes/comment-page-1#comment-8661</link>
		<dc:creator>kushal</dc:creator>
		<pubDate>Fri, 19 Aug 2011 17:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes#comment-8661</guid>
		<description>Hey Iain, Glad it was useful for you :-)
Kushal</description>
		<content:encoded><![CDATA[<p>Hey Iain, Glad it was useful for you <img src='http://kushalm.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Kushal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iain Dooley</title>
		<link>http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes/comment-page-1#comment-8659</link>
		<dc:creator>Iain Dooley</dc:creator>
		<pubDate>Fri, 19 Aug 2011 04:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes#comment-8659</guid>
		<description>Great write up, thanks so much for posting. I&#039;ve added a solution in PHP to my blog:

http://workingsoftware.com.au/page/Escaping_single_and_double_quotes_in_XPath_queries_in_PHP</description>
		<content:encoded><![CDATA[<p>Great write up, thanks so much for posting. I&#8217;ve added a solution in PHP to my blog:</p>
<p><a href="http://workingsoftware.com.au/page/Escaping_single_and_double_quotes_in_XPath_queries_in_PHP" rel="nofollow">http://workingsoftware.com.au/page/Escaping_single_and_double_quotes_in_XPath_queries_in_PHP</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarun</title>
		<link>http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes/comment-page-1#comment-4760</link>
		<dc:creator>Tarun</dc:creator>
		<pubDate>Fri, 13 Aug 2010 04:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes#comment-4760</guid>
		<description>Can&#039;t stop but being thankful to u..</description>
		<content:encoded><![CDATA[<p>Can&#8217;t stop but being thankful to u..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Deng</title>
		<link>http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes/comment-page-1#comment-3275</link>
		<dc:creator>Bob Deng</dc:creator>
		<pubDate>Tue, 03 Nov 2009 10:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes#comment-3275</guid>
		<description>This helps a lot for me, Thanks</description>
		<content:encoded><![CDATA[<p>This helps a lot for me, Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes/comment-page-1#comment-115</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 13 Mar 2009 14:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes#comment-115</guid>
		<description>Thanks for the comprehensive article on a tricky subject - it gave me a great starting point.

I&#039;ve adapted your GenerateConcatForXPath function as its using concat when not necessary (e.g. string contains either &quot; or &#039; but not both) and generates strings with more arguments to concat than is needed.

See this for more details

http://stackoverflow.com/questions/642125/encoding-xpath-expressions-with-both-single-and-double-quotes</description>
		<content:encoded><![CDATA[<p>Thanks for the comprehensive article on a tricky subject &#8211; it gave me a great starting point.</p>
<p>I&#8217;ve adapted your GenerateConcatForXPath function as its using concat when not necessary (e.g. string contains either &#8221; or &#8216; but not both) and generates strings with more arguments to concat than is needed.</p>
<p>See this for more details</p>
<p><a href="http://stackoverflow.com/questions/642125/encoding-xpath-expressions-with-both-single-and-double-quotes" rel="nofollow">http://stackoverflow.com/questions/642125/encoding-xpath-expressions-with-both-single-and-double-quotes</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igs</title>
		<link>http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes/comment-page-1#comment-73</link>
		<dc:creator>Igs</dc:creator>
		<pubDate>Tue, 21 Oct 2008 10:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes#comment-73</guid>
		<description>Awesome!!! I spent a few hours pulling my hair out trying to figure how to do this in .NET. Very clearly explained with several options that I thought of myself, and neat code.

Thanks</description>
		<content:encoded><![CDATA[<p>Awesome!!! I spent a few hours pulling my hair out trying to figure how to do this in .NET. Very clearly explained with several options that I thought of myself, and neat code.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kushal</title>
		<link>http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes/comment-page-1#comment-72</link>
		<dc:creator>kushal</dc:creator>
		<pubDate>Thu, 25 Sep 2008 19:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes#comment-72</guid>
		<description>Hi Andre,
I&#039;m glad you found it useful. :)
Kushal</description>
		<content:encoded><![CDATA[<p>Hi Andre,<br />
I&#8217;m glad you found it useful. <img src='http://kushalm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Kushal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andre</title>
		<link>http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes/comment-page-1#comment-71</link>
		<dc:creator>andre</dc:creator>
		<pubDate>Thu, 25 Sep 2008 14:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes#comment-71</guid>
		<description>again, thank you for writing this nice and clear summary of this extremely confusing issue ... 
this page needs to show up at the very top of google&#039;s results for &quot;xpath escaping quotes&quot;, so that developers hitting this problem in the future don&#039;t waste so much time on it (and can instead focus on stuff like an innovative re-invention of the shoot’em up genre ;-) ).</description>
		<content:encoded><![CDATA[<p>again, thank you for writing this nice and clear summary of this extremely confusing issue &#8230;<br />
this page needs to show up at the very top of google&#8217;s results for &#8220;xpath escaping quotes&#8221;, so that developers hitting this problem in the future don&#8217;t waste so much time on it (and can instead focus on stuff like an innovative re-invention of the shoot’em up genre <img src='http://kushalm.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

