<?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>.NET Tips and .....</description>
	<lastBuildDate>Tue, 13 Oct 2009 13:15:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<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>
