mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-24 11:25:30 +00:00
Update to current version of zipc functions.
Drop Xcode docset generation since current versions of Xcode no longer support it... :/ (Issue #198)
This commit is contained in:
parent
bfbfa67eb6
commit
53507f34c8
@ -1,3 +1,10 @@
|
||||
# Changes in Mini-XML 2.12
|
||||
|
||||
- No longer build documentation sets on macOS since Xcode no longer supports
|
||||
them.
|
||||
- Updated ZIP container library used for mxmldoc.
|
||||
|
||||
|
||||
# Changes in Mini-XML 2.11
|
||||
|
||||
- CDATA nodes now omit the trailing "]]" for convenience (Issue #170)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Mini-XML Version 2.11
|
||||
# Mini-XML Version 2.12
|
||||
|
||||
Mini-XML is a small XML parsing library that you can use to read XML data files
|
||||
or strings in your application without requiring large non-standard libraries.
|
||||
@ -184,5 +184,5 @@ The Mini-XML project page provides access to the Github issue tracking page:
|
||||
|
||||
## Legal Stuff
|
||||
|
||||
The Mini-XML library is Copyright 2003-2017 by Michael R Sweet. License terms
|
||||
The Mini-XML library is Copyright 2003-2018 by Michael R Sweet. License terms
|
||||
are described in the file "COPYING".
|
||||
|
@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Mini-XML Programmers Manual, Version 2.11</title>
|
||||
<meta name="copyright" content="Copyright 2003-2017">
|
||||
<title>Mini-XML Programmers Manual, Version 2.12</title>
|
||||
<meta name="copyright" content="Copyright 2003-2018">
|
||||
<meta name="author" content="Michael R Sweet">
|
||||
<meta name="keywords" content="XML, C, C++, library">
|
||||
</head>
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
<h1 align="right"><a name="INTRO">Introduction</a></h1>
|
||||
|
||||
<p>This programmers manual describes Mini-XML version 2.11, a small
|
||||
<p>This programmers manual describes Mini-XML version 2.12, a small
|
||||
XML parsing library that you can use to read and write XML data
|
||||
files in your C and C++ applications.</p>
|
||||
|
||||
@ -183,7 +183,7 @@ manual:</p>
|
||||
<!-- NEED 6 -->
|
||||
<h2>Legal Stuff</h2>
|
||||
|
||||
<p>The Mini-XML library is copyright 2003-2017 by Michael R Sweet. License terms
|
||||
<p>The Mini-XML library is copyright 2003-2018 by Michael R Sweet. License terms
|
||||
are described in <a href="#LICENSE">Appendix A - Mini-XML License</a>.</p>
|
||||
|
||||
</body>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<title>Mini-XML Programmers Manual</title>
|
||||
<meta name="author" content="Michael R Sweet">
|
||||
<meta name="copyright" content="Copyright 2003-2017">
|
||||
<meta name="copyright" content="Copyright 2003-2018">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
<h1 align="center"><img src="mxml.png" width="50%"><br>
|
||||
<font size="-1">Mini-XML Programmers Manual<br>
|
||||
Version 2.11</h1>
|
||||
Version 2.12</h1>
|
||||
|
||||
<P ALIGN="CENTER">MICHAEL R. SWEET</P>
|
||||
|
||||
@ -20,9 +20,9 @@ Version 2.11</h1>
|
||||
</table>
|
||||
|
||||
<!-- NEW PAGE -->
|
||||
<P><FONT SIZE="+1"><B>Mini-XML Programmers Manual, Version 2.11</B></FONT></P>
|
||||
<P><FONT SIZE="+1"><B>Mini-XML Programmers Manual, Version 2.12</B></FONT></P>
|
||||
|
||||
<P><B>Copyright © 2003-2017 by Michael R Sweet</B></P>
|
||||
<P><B>Copyright © 2003-2018 by Michael R Sweet</B></P>
|
||||
|
||||
<P><SMALL>Permission is granted to copy, distribute and/or modify
|
||||
this document under the terms of the GNU Library General Public
|
||||
|
Loading…
Reference in New Issue
Block a user