diff --git a/doc/body.md b/doc/body.md index 448514e..5504068 100644 --- a/doc/body.md +++ b/doc/body.md @@ -51,7 +51,7 @@ integrated Mini-XML into Gutenprint 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,751 lines of code, compared to 175,808 lines of code for libxml2 +at a whopping 3,839 lines of code, compared to 175,808 lines of code for libxml2 version 2.11.7. diff --git a/doc/mxml.epub b/doc/mxml.epub index 3a49862..da8a442 100644 Binary files a/doc/mxml.epub and b/doc/mxml.epub differ diff --git a/doc/mxml.html b/doc/mxml.html index 1706fd5..e2d957a 100644 --- a/doc/mxml.html +++ b/doc/mxml.html @@ -432,7 +432,7 @@ span.string {
Given the limited scope of what you use in XML, it should be trivial to code a mini-XML API in a few hundred lines of code.
I took my own challenge and coded furiously for two days to produced the initial public release of Mini-XML, total lines of code: 696. Robert promptly integrated Mini-XML into Gutenprint 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,751 lines of code, compared to 175,808 lines of code for libxml2 version 2.11.7.
+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,839 lines of code, compared to 175,808 lines of code for libxml2 version 2.11.7.
The Mini-XML home page can be found at https://www.msweet.org/mxml. From there you can download the current version of Mini-XML, access the issue tracker, and find other resources.