<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to About</title><link>https://sourceforge.net/p/sxmlc/wiki/About/</link><description>Recent changes to About</description><atom:link href="https://sourceforge.net/p/sxmlc/wiki/About/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 01 Sep 2017 17:39:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sxmlc/wiki/About/feed" rel="self" type="application/rss+xml"/><item><title>About modified by Matthieu Labas</title><link>https://sourceforge.net/p/sxmlc/wiki/About/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a Simple XML parser written in C.&lt;br/&gt;
"Simple" means that it does not implement all XML specifications, only the most widely used ones. It is not an attempt to re-write the fine 'libxmlc' or 'expat'! :-)&lt;/p&gt;
&lt;p&gt;It is also not an XML-validation tool!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You don't have to have an XML prolog on the first line&lt;/li&gt;
&lt;li&gt;You can have several root nodes if you want to&lt;/li&gt;
&lt;li&gt;Tag names can have exotic characters&lt;/li&gt;
&lt;li&gt;You can create your own tag names!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Therefore, it will probably fail most of the OASIS tests. ;-)&lt;/p&gt;
&lt;p&gt;It is just intended to give C developers an API for XML handling as simple and flexible as possible, being fast and memory-efficient.&lt;br/&gt;
It can be compiled as a stand-alone library to be included in other applications, possibly written in other languages, or be included directly in C projects (add 21 Kb to your executable). &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthieu Labas</dc:creator><pubDate>Fri, 01 Sep 2017 17:39:26 -0000</pubDate><guid>https://sourceforge.net577d2f5a232326bd31bd230380bb0d99ec021843</guid></item></channel></rss>