2014-11-10 13:27:10 +03:00
|
|
|
<!doctype html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
|
|
|
<title>pugixml.org - {{ page.title }}</title>
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="/stylesheets/styles.css">
|
|
|
|
|
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">
|
2014-11-11 00:41:23 +03:00
|
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml">
|
2014-11-10 13:27:10 +03:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
|
|
<![endif]-->
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="wrapper">
|
|
|
|
|
<header>
|
2014-11-10 23:48:07 +03:00
|
|
|
<a href="/"><h1>pugixml</h1></a>
|
2014-11-10 13:27:10 +03:00
|
|
|
<p>Light-weight, simple and fast XML parser for C++ with XPath support</p>
|
|
|
|
|
|
2014-11-10 23:48:07 +03:00
|
|
|
Repository:
|
|
|
|
|
<ul>
|
|
|
|
|
<li style="list-style-type: none"><a href="https://github.com/zeux/pugixml">github.com/zeux/pugixml</a><br/>
|
|
|
|
|
<small>Git and Subversion access</small></li>
|
|
|
|
|
</ul>
|
2014-11-10 13:27:10 +03:00
|
|
|
|
|
|
|
|
Downloads:
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="http://github.com/zeux/pugixml/releases/download/v{{site.version}}/pugixml-{{site.version}}.zip">pugixml-{{site.version}}.zip</a><br/>
|
|
|
|
|
<small>398 Kb, Windows line endings</small></li>
|
|
|
|
|
<li><a href="http://github.com/zeux/pugixml/releases/download/v{{site.version}}/pugixml-{{site.version}}.tar.gz">pugixml-{{site.version}}.tar.gz</a><br/>
|
|
|
|
|
<small>369 Kb, Unix line endings</small></li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
Documentation:
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="http://cdn.rawgit.com/zeux/pugixml/v{{site.version}}/docs/quickstart.html">Quick-start guide</a><br/>
|
2014-11-10 23:48:07 +03:00
|
|
|
<small>Read this to start using the library</small></li>
|
2014-11-10 13:27:10 +03:00
|
|
|
<li><a href="http://cdn.rawgit.com/zeux/pugixml/v{{site.version}}/docs/manual.html">Complete reference manual</a><br/>
|
|
|
|
|
<small>Read this for full library reference</small></li>
|
2014-11-10 23:48:07 +03:00
|
|
|
<li><a href="/license.html">License</a></li>
|
2014-11-10 13:27:10 +03:00
|
|
|
</ul>
|
|
|
|
|
|
2014-11-10 23:48:07 +03:00
|
|
|
Support:
|
2014-11-10 13:27:10 +03:00
|
|
|
<ul>
|
2014-11-10 23:48:07 +03:00
|
|
|
<li><a href="https://github.com/zeux/pugixml/issues">Issue tracker</a></li>
|
|
|
|
|
<li><a href="mailto:arseny.kapoulkine@gmail.com">E-mail author</a></li>
|
2014-11-10 13:27:10 +03:00
|
|
|
</ul>
|
|
|
|
|
</header>
|
|
|
|
|
<section>
|