diff --git a/CHANGES b/CHANGES index 8c994a3..af47caf 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,15 @@ -README - 09/28/2003 +README - 12/01/2003 ------------------- +CHANGES IN Mini-XML 1.3 + + - The mxmlElementSetAttr() function now allows for NULL + attribute values. + - The load and save functions now properly handle quoted + element and attribute name strings properly, e.g. for + !DOCTYPE declarations. + + CHANGES IN Mini-XML 1.2 - Added new "set" methods to set the value of a node. diff --git a/README b/README index fdd7cbc..ee153eb 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ -README - 09/28/2003 +README - 12/01/2003 ------------------- INTRODUCTION - This README file describes the Mini-XML library version 1.2. + This README file describes the Mini-XML library version 1.3. Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without @@ -14,8 +14,8 @@ INTRODUCTION Mini-XML provides the following functionality: - - Reading and writing of UTF-8 encoded XML files. - - Reading and writing of UTF-8 encoded XML strings. + - Reading and writing of UTF-8 encoded XML files and + strings. - Data is stored in a linked-list tree structure, preserving the XML data hierarchy. - Supports arbitrary element names, attributes, and @@ -76,7 +76,7 @@ DOCUMENTATION The documentation is currently a work in progress. Aside from the information that follows, the "documentation.html" page provides a handy reference and is automatically - generated using Mini-XML. You can also look at the + generated using Mini-XML. You can also look at the "testmxml.c" and "mxmldoc.c" source files for examples of using Mini-XML. diff --git a/index.html b/index.html index ee225b9..3fbe165 100644 --- a/index.html +++ b/index.html @@ -16,11 +16,11 @@ href="../index.html">Back to Home Page ]

Mini-XML Home Page

-

Current Release: v1.2, September 28, 2003
+

Current Release: v1.3, December 1, 2003
Download Source (.tar.gz 77k) +href="mxml-1.3.tar.gz">Download Source (.tar.gz 77k) | Download Linux RPM (.i386.rpm 67k) +href="mxml-1.3-1.i386.rpm">Download Linux RPM (.i386.rpm 67k) | Change Log | Documentation | Rate/Make Comments ]

@@ -36,7 +36,8 @@ ANSI C compilers) and a "make" program.

Mini-XML provides the following functionality: