mirror of
https://github.com/zoriya/xmlParser.git
synced 2026-06-06 19:32:09 +00:00
Update README.md
This commit is contained in:
@@ -1,15 +1,16 @@
|
|||||||
**XmlParser**
|
## XmlParser
|
||||||
|
|
||||||
An xml parser in C.
|
An xml parser in C.
|
||||||
|
|
||||||
*Usage*
|
# Usage
|
||||||
Use ```xml_parse(path)``` to parse the whole xml.
|
Use ``xml_parse(path)`` to parse the whole xml.
|
||||||
Use ```xml_getproperty(key)``` to get an attribute of the xml.
|
|
||||||
|
|
||||||
*System calls*
|
Use ``xml_getproperty(key)`` to get an attribute of the xml.
|
||||||
Open, Close, Read, Stat
|
|
||||||
|
|
||||||
*Unsuported yet*
|
# System calls
|
||||||
Attributes with semi quotes (') instead of quotes (")
|
Open, Close, Read, Stat
|
||||||
Comments
|
|
||||||
The error handling is not fiable yet.
|
# Unsuported yet
|
||||||
|
Attributes with semi quotes (') instead of quotes (")
|
||||||
|
Comments
|
||||||
|
The error handling is not fiable yet.
|
||||||
|
|||||||
Reference in New Issue
Block a user