<?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: Process XML in C#.net</title>
	<atom:link href="http://www.unidevtech.com/index.php/2009/07/process-xml-in-aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unidevtech.com/index.php/2009/07/process-xml-in-aspnet/</link>
	<description>Unidev&#039;s IT Blog for Software Developers (JAVA, .NET, Mobile, Automated Controls and more)</description>
	<lastBuildDate>Mon, 10 Jan 2011 21:20:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bill Conniff</title>
		<link>http://www.unidevtech.com/index.php/2009/07/process-xml-in-aspnet/comment-page-1/#comment-74</link>
		<dc:creator>Bill Conniff</dc:creator>
		<pubDate>Tue, 13 Oct 2009 13:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.unidevtech.com/?p=108#comment-74</guid>
		<description>You might be interested in CAX, a caching xml parser, I developed. It sits on top of the XmlReader and  buffers and caches all parsed xml so you can go back and look at what has been parsed. It is intended for transforming large xml that is too big to fit in memory for classes that do xsl transformation.</description>
		<content:encoded><![CDATA[<p>You might be interested in CAX, a caching xml parser, I developed. It sits on top of the XmlReader and  buffers and caches all parsed xml so you can go back and look at what has been parsed. It is intended for transforming large xml that is too big to fit in memory for classes that do xsl transformation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

