forked from espressif/esp-idf
components/expat: just change format of expat.rst
preview will be better.
This commit is contained in:
@@ -9,13 +9,13 @@ It can parse some larger files.
|
|||||||
|
|
||||||
- Expat XML Parser support many different processor, but for the most part function you only need the following functions:
|
- 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
|
**XML_ParserCreate**: Create a new parser object
|
||||||
|
|
||||||
*XML_SetElementHandler:* Set handlers for start and end tags
|
**XML_SetElementHandler**: Set handlers for start and end tags
|
||||||
|
|
||||||
*XML_SetCharacterDataHandler:* Set handler for text
|
**XML_SetCharacterDataHandler**: Set handler for text
|
||||||
|
|
||||||
*XML_Parse:* Pass a buffer full of document to the parser
|
**XML_Parse**: Pass a buffer full of document to the parser
|
||||||
|
|
||||||
More information about Expat library can be found on http://expat.sourceforge.net
|
More information about Expat library can be found on http://expat.sourceforge.net
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user