pull/193/head
Michael R Sweet 17 years ago
parent f5993028ff
commit e9a1907adf
  1. 2
      doc/intro.html
  2. 24
      doc/relnotes.html

@ -10,7 +10,7 @@
<h1 align='right'><a name='INTRO'><img src="0.gif" align="right"
hspace="10" width="100" height="100" alt="0"></a>Introduction</h1>
<p>This programmers manual describes Mini-XML version 2.3, a small
<p>This programmers manual describes Mini-XML version 2.3.1, a small
XML parsing library that you can use to read and write XML data
files in your C and C++ applications.</p>

@ -4,6 +4,30 @@
<h1 align='right'><a name='RELNOTES'><img src="B.gif" align="right"
hspace="10" width="100" height="100" alt="B"></a>Release Notes</h1>
<h2 _hd_omit_toc>Changes in Mini-XML 2.3.1</h2>
<ul>
<li>mxmlLoad*() incorrectly allowed attributes without
values (STR #47)</li>
<li>Fixed Visual C++ build problems (STR #49)</li>
<li>mxmlLoad*() did not return NULL when an element
contained an error (STR #46)</li>
<li>Added support for the apos character entity (STR
#54)</li> <li>Fixed whitespace detection with Unicode
characters (STR #48)</li>
<li>mxmlWalkNext() and mxmlWalkPrev() did not work correctly
when called with a node with no children as the top node
(STR #53)</li>
</ul>
<h2 _hd_omit_toc>Changes in Mini-XML 2.3</h2>
<ul>

Loading…
Cancel
Save