components/expat: a few grammar fixes

modify a few grammar, see expat.rst file.
This commit is contained in:
liuhan 2016-09-28 10:10:36 +08:00 committed by Wu Jian Gang
parent bee7f5e455
commit b366d5b1e7

View file

@ -7,7 +7,7 @@ It is a stream-oriented parser in which an application registers handlers for th
It can parse some larger files.
- Expat XML Parser Support many different processor, But for the most part function you only need four function as follows:
- Expat XML Parser support many different processor, but for the most part function you only need the following functions:
*XML_ParserCreate:* Create a new parser object
@ -17,6 +17,6 @@ It can parse some larger files.
*XML_Parse:* Pass a buffer full of document to the parser
More information about Expat library will show them on http://expat.sourceforge.net
More information about Expat library can be found on http://expat.sourceforge.net
An introductory article on using Expat is available on http://xml.com