<?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: XML, Speed and how NOT to ask questions</title>
	<atom:link href="http://blog.deathy.info/2010/02/12/xml-speed-and-how-not-to-ask-questions/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.deathy.info/2010/02/12/xml-speed-and-how-not-to-ask-questions/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=xml-speed-and-how-not-to-ask-questions</link>
	<description>Ramblings of a geek</description>
	<lastBuildDate>Mon, 12 Jul 2010 07:25:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cristian Vat</title>
		<link>http://blog.deathy.info/2010/02/12/xml-speed-and-how-not-to-ask-questions/comment-page-1/#comment-82</link>
		<dc:creator>Cristian Vat</dc:creator>
		<pubDate>Sat, 13 Feb 2010 13:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deathy.info/?p=55#comment-82</guid>
		<description>Yes, but that&#039;s an optimization. And you are duplicating (even if only in a small part) something the DOM is meant for. I&#039;d definitely recommend it, but only after you got something that works and you know what you&#039;re doing.</description>
		<content:encoded><![CDATA[<p>Yes, but that&#8217;s an optimization. And you are duplicating (even if only in a small part) something the DOM is meant for. I&#8217;d definitely recommend it, but only after you got something that works and you know what you&#8217;re doing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cos</title>
		<link>http://blog.deathy.info/2010/02/12/xml-speed-and-how-not-to-ask-questions/comment-page-1/#comment-80</link>
		<dc:creator>cos</dc:creator>
		<pubDate>Sat, 13 Feb 2010 08:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deathy.info/?p=55#comment-80</guid>
		<description>Chill! It&#039;s not that bad. :P

You&#039;ll solve the XY problem faster by asking a couple of questions than by educating others.</description>
		<content:encoded><![CDATA[<p>Chill! It&#8217;s not that bad. <img src='http://blog.deathy.info/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>You&#8217;ll solve the XY problem faster by asking a couple of questions than by educating others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian George Strat</title>
		<link>http://blog.deathy.info/2010/02/12/xml-speed-and-how-not-to-ask-questions/comment-page-1/#comment-79</link>
		<dc:creator>Cristian George Strat</dc:creator>
		<pubDate>Sat, 13 Feb 2010 07:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deathy.info/?p=55#comment-79</guid>
		<description>Regarding selecting elements satisfying a &quot;weird&quot; condition, if that condition only depends on ancestors and their attributes, you can still use SAX and no DOM. You just need a stack.</description>
		<content:encoded><![CDATA[<p>Regarding selecting elements satisfying a &#8220;weird&#8221; condition, if that condition only depends on ancestors and their attributes, you can still use SAX and no DOM. You just need a stack.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
