From 37a03874c9c005560027c1928d23ce8c60be6df1 Mon Sep 17 00:00:00 2001 From: Michael Sweet Date: Wed, 22 Mar 2017 16:56:38 -0400 Subject: [PATCH] Sync up other documentation changes. --- doc/basics.html | 31 ++++++++----------------------- doc/docset.intro | 38 ++++++++++---------------------------- 2 files changed, 18 insertions(+), 51 deletions(-) diff --git a/doc/basics.html b/doc/basics.html index 318aefc..1b705fc 100644 --- a/doc/basics.html +++ b/doc/basics.html @@ -9,31 +9,16 @@ access data in an XML file. Mini-XML provides the following functionality:

-

Mini-XML doesn't do validation or other types of processing -on the data based upon schema files or other sources of -definition information, nor does it support character entities -other than those required by the XML specification.

+

Mini-XML doesn't do validation or other types of processing on the data based upon schema files or other sources of definition information.

The Basics

diff --git a/doc/docset.intro b/doc/docset.intro index a179ddd..9b522c2 100644 --- a/doc/docset.intro +++ b/doc/docset.intro @@ -1,37 +1,19 @@

Introduction

-

Mini-XML is a small XML parsing library that you can use to read XML and -XML-like data files in your application without requiring large non-standard -libraries. Mini-XML only requires an ANSI C compatible compiler (GCC works, -as do most vendors' ANSI C compilers) and a "make" program.

- -

Mini-XML provides the following functionality:

+

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. Mini-XML provides the following functionality:

-

Mini-XML doesn't do validation or other types of processing on the data based -upon schema files or other sources of definition information, nor does it -support character entities other than those required by the XML -specification.

+

Mini-XML doesn't do validation or other types of processing on the data based upon schema files or other sources of definition information.

+

Using Mini-XML