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