diff --git a/doc/intro.html b/doc/intro.html index 7faee34..f514478 100644 --- a/doc/intro.html +++ b/doc/intro.html @@ -1,29 +1,28 @@ - Mini-XML Programmers Manual, Version 2.6 - - - + Mini-XML Programmers Manual, Version 2.7 + + + -

0Introduction

-

This programmers manual describes Mini-XML version 2.6, a small +

This programmers manual describes Mini-XML version 2.7, a small XML parsing library that you can use to read and write XML data files in your C and C++ applications.

Mini-XML was initially developed for the Gutenprint project to replace +href="http://gutenprint.sf.net/">Gutenprint project to replace the rather large and unwieldy libxml2 library with something substantially smaller and easier-to-use. It all began one morning in June of 2003 when Robert posted the following sentence to the developer's list:

It's bad enough that we require libxml2, but rolling -our own XML parser is a bit more than we can -handle.
+our own XML parser is a bit more than we can handle.

I then replied with:

@@ -38,7 +37,7 @@ and removed libxml2.

Thanks to lots of feedback and support from various developers, Mini-XML has evolved since then to provide a more -complete XML implementation and now stands at a whopping 3,441 +complete XML implementation and now stands at a whopping 3,747 lines of code, compared to 103,893 lines of code for libxml2 version 2.6.9.

@@ -47,11 +46,10 @@ following projects/software applications:

@@ -68,36 +66,36 @@ appendices: