<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>pugixml</title>
	<atom:link href="http://pugixml.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://pugixml.org</link>
	<description>Light-weight, simple and fast XML parser for C++ with XPath support</description>
	<lastBuildDate>Fri, 06 Jul 2012 11:18:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pugixml.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/81e389993f27ef28f336ff5725974a19?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>pugixml</title>
		<link>http://pugixml.org</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pugixml.org/osd.xml" title="pugixml" />
	<atom:link rel='hub' href='http://pugixml.org/?pushpress=hub'/>
		<item>
		<title>pugixml 1.2 release</title>
		<link>http://pugixml.org/2012/05/01/pugixml-1-2-release/</link>
		<comments>http://pugixml.org/2012/05/01/pugixml-1-2-release/#comments</comments>
		<pubDate>Tue, 01 May 2012 04:54:32 +0000</pubDate>
		<dc:creator>zeuxcg</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://pugixml.org/?p=198</guid>
		<description><![CDATA[pugixml-1.2 is finally out. This is a major release with lots of new features and compatibility improvements (read the changelog for details). Highlights for this release include: New optional header-only compilation mode that does not require compiling pugixml sources and can improve performance for certain applications due to inlining; Enhanced interface for PCDATA manipulation using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pugixml.org&#038;blog=16681686&#038;post=198&#038;subd=pugixml&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>pugixml-1.2 is finally out. This is a major release with lots of new features and compatibility improvements (read <a href="http://pugixml.googlecode.com/svn/tags/release-1.2/docs/manual/changes.html">the changelog</a> for details).</p>
<p>Highlights for this release include:</p>
<ul>
<li>New optional header-only compilation mode that does not require compiling pugixml sources and can improve performance for certain applications due to inlining;</li>
<li>Enhanced interface for PCDATA manipulation using an xml_text object;</li>
<li>C++11 range-based for-loop support for node/attribute iteration;</li>
<li>Compatibility improvements for many mobile platforms (including Android, Windows Mobile and other SDKs/devices).</li>
</ul>
<p>You can download the <a href="/downloads/">source package</a> or get the new version from Subversion using the latest tag (<a href="http://pugixml.googlecode.com/svn/tags/latest">http://pugixml.googlecode.com/svn/tags/latest</a>).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pugixml.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pugixml.wordpress.com/198/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pugixml.org&#038;blog=16681686&#038;post=198&#038;subd=pugixml&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pugixml.org/2012/05/01/pugixml-1-2-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b6b1c2c000b5e36a035cc78ff8f071d3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zeuxcg</media:title>
		</media:content>
	</item>
		<item>
		<title>pugixml 1.0 release</title>
		<link>http://pugixml.org/2010/10/31/pugixml-1-0-release/</link>
		<comments>http://pugixml.org/2010/10/31/pugixml-1-0-release/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 18:51:53 +0000</pubDate>
		<dc:creator>zeuxcg</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://pugixml.org/?p=186</guid>
		<description><![CDATA[pugixml-1.0 is out. This is a major release with lots of fixes/improvements (read the changelog for the details). The most important changes are: XPath implementation was considerably improved &#8211; variable support was added, exceptions and STL are no longer required for XPath to function, query evaluation performance was improved and several bugs were fixed. All [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pugixml.org&#038;blog=16681686&#038;post=186&#038;subd=pugixml&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>pugixml-1.0 is out. This is a major release with lots of fixes/improvements (read <a href="http://pugixml.googlecode.com/svn/tags/release-1.0/docs/manual/changes.html">the changelog</a> for the details). The most important changes are:</p>
<ul>
<li>XPath implementation was considerably improved &#8211; variable support was added, exceptions and STL are no longer required for XPath to function, query evaluation performance was improved and several bugs were fixed.</li>
<li>All deprecated functions and types were removed</li>
<li>File loading/saving functions can now work with wide character paths</li>
</ul>
<p>You can download the <a href="/downloads/">source package</a> or get the new version from Subversion using the latest tag (<a href="http://pugixml.googlecode.com/svn/tags/latest">http://pugixml.googlecode.com/svn/tags/latest</a>).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pugixml.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pugixml.wordpress.com/186/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pugixml.org&#038;blog=16681686&#038;post=186&#038;subd=pugixml&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pugixml.org/2010/10/31/pugixml-1-0-release/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b6b1c2c000b5e36a035cc78ff8f071d3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zeuxcg</media:title>
		</media:content>
	</item>
		<item>
		<title>New project site</title>
		<link>http://pugixml.org/2010/10/14/new-project-site/</link>
		<comments>http://pugixml.org/2010/10/14/new-project-site/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 17:52:22 +0000</pubDate>
		<dc:creator>zeuxcg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pugixml.org/?p=160</guid>
		<description><![CDATA[pugixml now has a new home, pugixml.org. This site acts as a frontend for all pugixml-related stuff (downloads, documentation, support and other information). Additionally, there is a news feed, which you can subscribe to via RSS. All downloads, documentation, Subversion repository and issue tracker are still hosted at Google Code; the existing links still work, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pugixml.org&#038;blog=16681686&#038;post=160&#038;subd=pugixml&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>pugixml now has a new home, <a href="http://pugixml.org">pugixml.org</a>. This site acts as a frontend for all pugixml-related stuff (downloads, documentation, support and other information). Additionally, there is a news feed, which you can subscribe to <a href="http://pugixml.org/feed/">via RSS</a>.</p>
<p>All downloads, documentation, Subversion repository and issue tracker are still hosted at Google Code; the existing links still work, and this is not going to change.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pugixml.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pugixml.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pugixml.org&#038;blog=16681686&#038;post=160&#038;subd=pugixml&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pugixml.org/2010/10/14/new-project-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b6b1c2c000b5e36a035cc78ff8f071d3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zeuxcg</media:title>
		</media:content>
	</item>
		<item>
		<title>pugixml 0.9 release</title>
		<link>http://pugixml.org/2010/07/11/pugixml-0-9-release/</link>
		<comments>http://pugixml.org/2010/07/11/pugixml-0-9-release/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 18:38:47 +0000</pubDate>
		<dc:creator>zeuxcg</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://pugixml.wordpress.com/?p=88</guid>
		<description><![CDATA[pugixml-0.9 is out. This is a major release with lots of fixes/improvements (read the changelog for the details). The most important changes are: Unicode support is completely reworked: now pugixml can be configured to use wchar_t instead of char for all string-based interfaces; also encoding conversion is performed during parsing/saving (with automatic encoding detection). All [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pugixml.org&#038;blog=16681686&#038;post=88&#038;subd=pugixml&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>pugixml-0.9 is out. This is a major release with lots of fixes/improvements (read <a href="http://pugixml.googlecode.com/svn/tags/release-0.9/docs/manual/changes.html">the changelog</a> for the details). The most important changes are:</p>
<ul>
<li>Unicode support is completely reworked: now pugixml can be configured to use wchar_t instead of char for all string-based interfaces; also encoding conversion is performed during parsing/saving (with automatic encoding detection). All popular Unicode encodings are supported.</li>
<li>New version features a new documentation, with detailed description of library interface and behavior, more samples, quick-start guide and so on.</li>
<li>There are new functions for loading document from memory; they do not require the input buffer to be null-terminated. Old functions still work, but are deprecated and will be removed in the future version.</li>
</ul>
<p>Also there are a lot of other changes, including performance and memory consumption improvements.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pugixml.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pugixml.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pugixml.org&#038;blog=16681686&#038;post=88&#038;subd=pugixml&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pugixml.org/2010/07/11/pugixml-0-9-release/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b6b1c2c000b5e36a035cc78ff8f071d3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zeuxcg</media:title>
		</media:content>
	</item>
	</channel>
</rss>
