<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>notes2myself &#187; c++</title>
	<atom:link href="http://spinczyk.net/blog/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://spinczyk.net/blog</link>
	<description>a seo and web-developer's daily stuff</description>
	<lastBuildDate>Wed, 18 Aug 2010 10:57:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>c++ xml parser</title>
		<link>http://spinczyk.net/blog/2009/01/31/cplusplus-xml-parser/</link>
		<comments>http://spinczyk.net/blog/2009/01/31/cplusplus-xml-parser/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 10:25:09 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://spinczyk.net/blog/?p=66</guid>
		<description><![CDATA[I am currently developing a new project that works a lot with xml files. So I was in need of a fast, leightweight xml parser. I knew of one I already looked at some time ago. Xerxes XML-Parser is a very powerful tool and everything, but it is not leightweight. (Xerxe&#8217;s project has 53 MB [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently developing a new project that works a lot with xml files. So I was in need of a fast, leightweight xml parser. I knew of one I already looked at some time ago. <a title="Xerxes XML Parser" href="http://xerces.apache.org/xerces-c/" target="_blank">Xerxes XML-Parser</a> is a very powerful tool and everything, but it is not leightweight. (Xerxe&#8217;s project has 53 MB overall, which is A LOT!)</p>
<p>So I looked for something different on the net. Et voila, I found a small, simple, cross-platform, <em>free</em> and <strong>fast</strong> <a title="c++ XML Parser" href="http://www.applied-mathematics.net/tools/xmlParser.html" target="_blank">c++ XML Parser</a>. It really works damn fast and is very easy to use. The <a href="http://www.applied-mathematics.net/" target="_blank">author</a> did a really nice work!</p>
]]></content:encoded>
			<wfw:commentRss>http://spinczyk.net/blog/2009/01/31/cplusplus-xml-parser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
